summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.amd64
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-08-16 11:09:59 +0000
committerobrien <obrien@FreeBSD.org>2004-08-16 11:09:59 +0000
commit6cd572e133f762a3d4dd09476032247f50f3d778 (patch)
treef97269835332b179e184f10487cc6c2844225b4b /sys/conf/options.amd64
parent9d0b1233c43f3e17a3379b8e2695ee11983b3f82 (diff)
downloadFreeBSD-src-6cd572e133f762a3d4dd09476032247f50f3d778.zip
FreeBSD-src-6cd572e133f762a3d4dd09476032247f50f3d778.tar.gz
I'm not sure what tjr envisioned for turning on FreeBSD/i386 rt support,
but make it COMPAT_IA32 for now. Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.
Diffstat (limited to 'sys/conf/options.amd64')
-rw-r--r--sys/conf/options.amd642
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/options.amd64 b/sys/conf/options.amd64
index a383137..a6dce41 100644
--- a/sys/conf/options.amd64
+++ b/sys/conf/options.amd64
@@ -10,6 +10,7 @@ PMAP_SHPGPERPROC opt_pmap.h
# Options for emulators. These should only be used at config time, so
# they are handled like options for static filesystems
# (see src/sys/conf/options), except for broken debugging options.
+COMPAT_IA32 opt_compat.h
#IBCS2 opt_dontuse.h
#COMPAT_LINUX opt_dontuse.h
COMPAT_LINUX32 opt_compat.h
@@ -52,6 +53,5 @@ PPC_DEBUG opt_ppc.h
PSM_HOOKRESUME opt_psm.h
PSM_RESETAFTERSUSPEND opt_psm.h
PSM_DEBUG opt_psm.h
-IA32
NO_MIXED_MODE
DEV_ATPIC opt_atpic.h
OpenPOWER on IntegriCloud