From c93261521350126ea7e3c5445a391aaec3139d32 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 20 Oct 2001 01:15:54 +0000 Subject: [PATCH] Drop support for x87 emulation. Any CPU one would dare to run 5-CURRENT on would have built-in FP support. --- sys/amd64/conf/GENERIC | 1 - sys/i386/conf/GENERIC | 1 - 2 files changed, 2 deletions(-) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 909fd872c05d..83d0065e1654 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -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 diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 909fd872c05d..83d0065e1654 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -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