diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-07-25 19:16:52 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-07-25 19:16:52 +0000 |
commit | 47669560a2cf43a6fd83460ceb74d5f746c1f99d (patch) | |
tree | 0c9a489f7e0a8680f7c7b09c7a5420e268a2838c /sys/arch/i386/conf | |
parent | b05f5ad550a15435592fa995b3dc9c8d4b632992 (diff) |
Kill option GPL_MATH_EMULATE.
ok deraadt@ and many others.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 5 |
6 files changed, 6 insertions, 14 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 3884835fa02..5f30e440933 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.509 2006/07/02 02:05:11 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.510 2006/07/25 19:16:51 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -17,7 +17,6 @@ option I386_CPU # CPU classes; at least one is REQUIRED option I486_CPU option I586_CPU option I686_CPU -#option GPL_MATH_EMULATE # floating point emulation. option USER_PCICONF # user-space PCI configuration diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 5069bb66199..d3c6387a81a 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.143 2006/04/14 21:52:47 weingart Exp $ +# $OpenBSD: RAMDISK,v 1.144 2006/07/25 19:16:51 kettenis Exp $ machine i386 # architecture, used by config; REQUIRED @@ -9,7 +9,6 @@ option I386_CPU # CPU classes; at least one is REQUIRED option I486_CPU option I586_CPU option I686_CPU -#option GPL_MATH_EMULATE # floating point emulation option SMALL_KERNEL option NO_PROPOLICE diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index a466f8eb779..55a2e54abec 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.90 2006/06/15 22:25:37 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.91 2006/07/25 19:16:51 kettenis Exp $ machine i386 # architecture, used by config; REQUIRED @@ -9,7 +9,6 @@ option I386_CPU # CPU classes; at least one is REQUIRED option I486_CPU option I586_CPU option I686_CPU -#option GPL_MATH_EMULATE # floating point emulation option SMALL_KERNEL option NO_PROPOLICE diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index 7c18ef0e6a8..8d1c96fda80 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.68 2006/06/23 16:22:32 deraadt Exp $ +# $OpenBSD: RAMDISKC,v 1.69 2006/07/25 19:16:51 kettenis Exp $ machine i386 # architecture, used by config; REQUIRED @@ -9,7 +9,6 @@ option I386_CPU # CPU classes; at least one is REQUIRED option I486_CPU option I586_CPU option I686_CPU -#option GPL_MATH_EMULATE # floating point emulation option SMALL_KERNEL option NO_PROPOLICE diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index bd3f1eb9d8b..2f00b817f44 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.124 2006/06/26 06:31:31 brad Exp $ +# $OpenBSD: RAMDISK_CD,v 1.125 2006/07/25 19:16:51 kettenis Exp $ machine i386 # architecture, used by config; REQUIRED @@ -9,7 +9,6 @@ option I386_CPU # CPU classes; at least one is REQUIRED option I486_CPU option I586_CPU option I686_CPU -#option GPL_MATH_EMULATE # floating point emulation option SMALL_KERNEL option NO_PROPOLICE diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 864003179a8..b8f1c34462b 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.149 2006/06/19 15:13:34 deraadt Exp $ +# $OpenBSD: files.i386,v 1.150 2006/07/25 19:16:51 kettenis Exp $ # # new style config file for i386 architecture # @@ -167,9 +167,6 @@ device npx attach npx at isa file arch/i386/isa/npx.c npx needs-flag -# Linux/GNU i387 floating point emulator -include "../../../gnu/arch/i386/fpemul/files.fpemul" - # attribute used to represent the "keyboard controller" # XXX should be a real device define pckbcport {[irq = -1], [port = -1]} |