summaryrefslogtreecommitdiff
path: root/sys/arch/i386/conf
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2011-07-04 22:53:54 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2011-07-04 22:53:54 +0000
commit58db9026612e598768f5e9b089a1676f5f270bb2 (patch)
tree6129de5d38d2db3f49672917c91e9482036634f0 /sys/arch/i386/conf
parent62cc8f8771932fdd7cfb2a979c68024716b24fba (diff)
remove compat_svr4 support. ok deraadt
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r--sys/arch/i386/conf/GENERIC3
-rw-r--r--sys/arch/i386/conf/files.i3866
2 files changed, 2 insertions, 7 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index b2daae2d5a5..f6159739312 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.722 2011/07/03 21:40:24 kettenis Exp $
+# $OpenBSD: GENERIC,v 1.723 2011/07/04 22:53:53 tedu Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -23,7 +23,6 @@ option APERTURE # in-kernel aperture driver for XFree86
#option KGDB # Remote debugger support; exclusive of DDB
#option "KGDB_DEVNAME=\"com\"",KGDBADDR=0x2f8,KGDBRATE=9600
-option COMPAT_SVR4 # binary compatibility with SVR4
option COMPAT_LINUX # binary compatibility with Linux
option COMPAT_AOUT # a.out binaries are emulated
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386
index d2d98845dce..bd2e8e96f05 100644
--- a/sys/arch/i386/conf/files.i386
+++ b/sys/arch/i386/conf/files.i386
@@ -1,4 +1,4 @@
-# $OpenBSD: files.i386,v 1.204 2011/06/26 23:19:10 tedu Exp $
+# $OpenBSD: files.i386,v 1.205 2011/07/04 22:53:53 tedu Exp $
#
# new style config file for i386 architecture
#
@@ -271,10 +271,6 @@ file arch/i386/i386/kvm86call.S kvm86
# a.out binary compatibility (COMPAT_AOUT)
include "compat/aout/files.aout"
-# SVR4 binary compatibility (COMPAT_SVR4)
-include "compat/svr4/files.svr4"
-file arch/i386/i386/svr4_machdep.c compat_svr4
-
# Linux binary compatibility (COMPAT_LINUX)
include "compat/linux/files.linux"
file arch/i386/i386/linux_machdep.c compat_linux