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.h8300 | |
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.h8300')
-rw-r--r-- | extra/Configs/Config.h8300 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/Configs/Config.h8300 b/extra/Configs/Config.h8300 index 2b0762a1d..15e4eeb7b 100644 --- a/extra/Configs/Config.h8300 +++ b/extra/Configs/Config.h8300 @@ -6,7 +6,6 @@ config HAVE_ELF bool select ARCH_HAS_NO_MMU - select ARCH_HAS_NO_FPU select ARCH_HAS_C_SYMBOL_PREFIX select HAVE_NO_SHARED select ARCH_HAS_NO_LDSO |