From 6cd572e133f762a3d4dd09476032247f50f3d778 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 16 Aug 2004 11:09:59 +0000 Subject: 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. --- sys/amd64/conf/NOTES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/amd64/conf/NOTES') diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index fe0d908..84056ce 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -456,6 +456,9 @@ options PMAP_SHPGPERPROC=201 #XXX keep these here for now and reactivate when support for emulating #XXX these 32 bit binaries is added. +# Enable 32-bit runtime support for FreeBSD/i386 binaries. +options COMPAT_IA32 + # Enable iBCS2 runtime support for SCO and ISC binaries #XXX#options IBCS2 -- cgit v1.1