diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2003-11-18 19:57:06 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2003-11-18 19:57:06 +0000 |
commit | 906eb2c0704f3d1da5d02d1a932fe49677faa4d7 (patch) | |
tree | 9997e050039baf5fa7e9944c2841ccbcd48f5944 /extra/Configs/Config.i386 | |
parent | 5e3553a3b7bdb2667371db1c6dbee0ad49c8221c (diff) |
Kill ARCH_HAS_NO_MMU and use HAS_FPU only. Wether floating point ops
are implemented in hardware or via kernel emulation doesn't matter to
the libc code.
Diffstat (limited to 'extra/Configs/Config.i386')
-rw-r--r-- | extra/Configs/Config.i386 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386 index 79e433a0f..20b8bbe89 100644 --- a/extra/Configs/Config.i386 +++ b/extra/Configs/Config.i386 @@ -5,7 +5,6 @@ config HAVE_ELF bool - select HAS_FPU select ARCH_LITTLE_ENDIAN select UCLIBC_HAS_MMU default y @@ -61,7 +60,6 @@ config CONFIG_GENERIC_386 bool "Generic 386" config CONFIG_386 - select ARCH_HAS_NO_FPU bool "386" config CONFIG_486 |