diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-12-21 21:38:17 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-12-21 21:38:17 +0000 |
commit | ad6b25dbe1a3eefd23c354342348b3f57605f4aa (patch) | |
tree | 4b897e7d92dd5188400876dbe568ade2d71b0ac9 /sys/arch/vax | |
parent | 1ed94209a730aaf52d629647d64d2491dfb60f56 (diff) |
add option COMPAT_35, needed by COMPAT_VAX1K
Diffstat (limited to 'sys/arch/vax')
-rw-r--r-- | sys/arch/vax/conf/GENERIC | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC index c33bc61ecd4..3b92f268345 100644 --- a/sys/arch/vax/conf/GENERIC +++ b/sys/arch/vax/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.50 2008/08/20 19:00:01 miod Exp $ +# $OpenBSD: GENERIC,v 1.51 2008/12/21 21:38:16 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -37,7 +37,8 @@ option VXT # VXT2000 and VXT2000+ # Note that if COMPAT_ULTRIX is set, you lose compatibility with # 4.3BSD Reno programs and get Ultrix compatibility instead. # (They cannot coexist). -option COMPAT_VAX1K # Must be present to run old binaries. +option COMPAT_VAX1K # Must be present to run old (< 3.1) binaries. +option COMPAT_35 # needed for COMPAT_VAX1K #option COMPAT_ULTRIX option INSN_EMULATE # CPU lacks some hardware instructions. |