diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-06 21:37:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-06 21:37:30 +0000 |
commit | 3c76114027c7945aa47f9db2e5b15c06e60c83f5 (patch) | |
tree | c607dcea39c7cc223057307fa67783faef7257aa /sys/arch | |
parent | 2d550a8b5849bdf6566967bcf1e20357469b3a14 (diff) |
turn off GPL_MATH_EMULATE by default (fully BSD licensed floppies, neat eh); miod ok
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 94507911b51..e4c2df36670 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.396 2005/01/06 21:32:56 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.397 2005/01/06 21:37:29 deraadt Exp $ # # GENERIC -- everything that's currently supported # @@ -11,7 +11,7 @@ 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 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 36116f2d505..1aca2bedef2 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.134 2005/01/06 21:32:56 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.135 2005/01/06 21:37:29 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -9,7 +9,7 @@ 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 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 bad0a36a4af..8b1e4b83ea5 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.46 2005/01/06 21:32:57 deraadt Exp $ +# $OpenBSD: RAMDISKC,v 1.47 2005/01/06 21:37:29 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -9,7 +9,7 @@ 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 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 e175db6d3ee..cb060f55876 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.86 2005/01/06 21:32:57 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.87 2005/01/06 21:37:29 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -9,7 +9,7 @@ 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 GPL_MATH_EMULATE # floating point emulation option SMALL_KERNEL option NO_PROPOLICE |