diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-10-24 23:25:18 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-10-24 23:25:18 +0000 |
commit | cc5454d0dd2d12a1a93391da86ea1465e777b0d7 (patch) | |
tree | 45c0ee5622d5fba55e69a16da70d6a71cb9e2bf5 /sys/arch/i386/conf/LAP | |
parent | 244260a16415aa1209785160e9b678c0c97e3a7c (diff) |
Discourage MATH_EMULATE.
Diffstat (limited to 'sys/arch/i386/conf/LAP')
-rw-r--r-- | sys/arch/i386/conf/LAP | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/LAP b/sys/arch/i386/conf/LAP index fdb847618f4..a2289676e97 100644 --- a/sys/arch/i386/conf/LAP +++ b/sys/arch/i386/conf/LAP @@ -1,4 +1,4 @@ -# $OpenBSD: LAP,v 1.13 1996/10/20 03:57:08 deraadt Exp $ +# $OpenBSD: LAP,v 1.14 1996/10/24 23:25:12 downsj Exp $ # $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $ # # TDR -- Theo Deraadt's 486 @@ -9,7 +9,7 @@ machine i386 # architecture, used by config; REQUIRED option I386_CPU # CPU classes; at least one is REQUIRED option I486_CPU option I586_CPU -#option MATH_EMULATE # floating point emulation +#option GPL_MATH_EMULATE # floating point emulation # Some BIOSes don't get the size of extended memory right. If you # have a broken BIOS, uncomment the following and set the value |