diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-10 23:58:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-10 23:58:03 +0000 |
commit | 24a6bba0e7c005cc606ef3d63c15663417ecde4c (patch) | |
tree | b03a2a70a1f8130d97bdab2aa0956661541e6d82 /sys | |
parent | ae54ff597173ea4e09ea7e85be4f14ec6d9a9964 (diff) |
no; GPL_MATH_EMULATE is not "required"; nj.lee@plumtree.co.nz
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 97ffcae46db..41bf17fa5c5 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.289 2002/01/24 22:37:58 mickey Exp $ +# $OpenBSD: GENERIC,v 1.290 2002/02/10 23:58:02 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -12,7 +12,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. required. +option GPL_MATH_EMULATE # floating point emulation. option USER_PCICONF # user-space PCI configuration |