diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-07-28 19:59:19 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-07-28 19:59:19 +0000 |
commit | 689230dab7a5984514a4070c740f06884cc3d96a (patch) | |
tree | 026acc0e3db6fe72774a1d87fcc76d2891614697 /sys/arch/i386/conf | |
parent | 68ed9b1964d6347d1059cd69a7f5dee36e1451b9 (diff) |
remove the non-licensed i386 math emulation stuff. This only leaves the
gnu stuff as an option until it is replaced RSN. ok deraadt.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 0d7002baf43..7bf56879892 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.105 2003/06/24 22:45:33 espie Exp $ +# $OpenBSD: files.i386,v 1.106 2003/07/28 19:59:18 jason Exp $ # $NetBSD: files.i386,v 1.73 1996/05/07 00:58:36 thorpej Exp $ # # new style config file for i386 architecture @@ -25,7 +25,6 @@ file arch/i386/i386/ipx_cksum.c ipx file arch/i386/i386/machdep.c file arch/i386/i386/kgdb_machdep.c kgdb file arch/i386/i386/longrun.c !small_kernel -file arch/i386/i386/math_emulate.c math_emulate file arch/i386/i386/mem.c file arch/i386/i386/i686_mem.c mtrr file arch/i386/i386/k6_mem.c mtrr |