Drop support for x87 emulation. Any CPU one would dare to run 5-CURRENT

on would have built-in FP support.
This commit is contained in:
David E. O'Brien 2001-10-20 01:15:54 +00:00
parent 82835638e1
commit c932615213
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85204
2 changed files with 0 additions and 2 deletions

View file

@ -29,7 +29,6 @@ maxusers 32
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem

View file

@ -29,7 +29,6 @@ maxusers 32
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options INET6 #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem