Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Nov 2015 08:31:32 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r291419 - in head/sys: i386/conf modules pc98/conf
Message-ID:  <201511280831.tAS8VWin069732@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Sat Nov 28 08:31:32 2015
New Revision: 291419
URL: https://svnweb.freebsd.org/changeset/base/291419

Log:
  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

Modified:
  head/sys/i386/conf/NOTES
  head/sys/modules/Makefile
  head/sys/pc98/conf/NOTES

Modified: head/sys/i386/conf/NOTES
==============================================================================
--- head/sys/i386/conf/NOTES	Sat Nov 28 06:50:09 2015	(r291418)
+++ head/sys/i386/conf/NOTES	Sat Nov 28 08:31:32 2015	(r291419)
@@ -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

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Sat Nov 28 06:50:09 2015	(r291418)
+++ head/sys/modules/Makefile	Sat Nov 28 08:31:32 2015	(r291419)
@@ -682,7 +682,7 @@ _cp=		cp
 _elink=		elink
 _glxiic=	glxiic
 _glxsb=		glxsb
-_ibcs2=		ibcs2
+#_ibcs2=		ibcs2
 _ie=		ie
 _mse=		mse
 _ncr=		ncr

Modified: head/sys/pc98/conf/NOTES
==============================================================================
--- head/sys/pc98/conf/NOTES	Sat Nov 28 06:50:09 2015	(r291418)
+++ head/sys/pc98/conf/NOTES	Sat Nov 28 08:31:32 2015	(r291419)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511280831.tAS8VWin069732>