summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2015-11-28 08:31:32 +0000
committerkib <kib@FreeBSD.org>2015-11-28 08:31:32 +0000
commit01e10e7a39e449f2c4353393f43ddd262095bf01 (patch)
treecd5d01e1de836313a1cdca95d6a3b88adf68d76d
parentf00989f29b9b00fc1a75501ff3f8d33578d5dafa (diff)
downloadFreeBSD-src-01e10e7a39e449f2c4353393f43ddd262095bf01.zip
FreeBSD-src-01e10e7a39e449f2c4353393f43ddd262095bf01.tar.gz
Disconnect iBCS2 emulator from the build. The ibcs2 option, the build
glue and the sources are not removed for now. Discussed with: emaste Sponsored by: The FreeBSD Foundation
-rw-r--r--sys/i386/conf/NOTES2
-rw-r--r--sys/modules/Makefile2
-rw-r--r--sys/pc98/conf/NOTES2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 8ee5219..5d8eaa3 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -989,7 +989,7 @@ options NKPT=31
# ABI Emulation
# Enable iBCS2 runtime support for SCO and ISC binaries
-options IBCS2
+#options IBCS2
# Emulate spx device for client side of SVR3 local X interface
options SPX_HACK
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 6ae1e3d..0243166 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -682,7 +682,7 @@ _cp= cp
_elink= elink
_glxiic= glxiic
_glxsb= glxsb
-_ibcs2= ibcs2
+#_ibcs2= ibcs2
_ie= ie
_mse= mse
_ncr= ncr
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES
index 5442002..1dfc260 100644
--- a/sys/pc98/conf/NOTES
+++ b/sys/pc98/conf/NOTES
@@ -506,7 +506,7 @@ options KVA_PAGES=260
# ABI Emulation
# Enable iBCS2 runtime support for SCO and ISC binaries
-options IBCS2
+#options IBCS2
# Emulate spx device for client side of SVR3 local X interface
options SPX_HACK
OpenPOWER on IntegriCloud