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/TDR | |
parent | 244260a16415aa1209785160e9b678c0c97e3a7c (diff) |
Discourage MATH_EMULATE.
Diffstat (limited to 'sys/arch/i386/conf/TDR')
-rw-r--r-- | sys/arch/i386/conf/TDR | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/TDR b/sys/arch/i386/conf/TDR index fb5676fc9e0..7c68d8212e0 100644 --- a/sys/arch/i386/conf/TDR +++ b/sys/arch/i386/conf/TDR @@ -1,4 +1,4 @@ -# $OpenBSD: TDR,v 1.18 1996/09/26 09:56:29 deraadt Exp $ +# $OpenBSD: TDR,v 1.19 1996/10/24 23:25:16 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 |