diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-11 20:52:14 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-11 20:52:14 +0000 |
commit | e4c119fe8a0e486ad7f7a52767b16b2c7d0823ac (patch) | |
tree | 83f2c47f47b3c31d560f3e5d2f47da7f2c45d361 /extra/Configs | |
parent | f61fc3f310c64402abab282c0faba12cfd9498ea (diff) |
Stefan Allius writes:
Another little patch fix the configuration for the SH3 targets. The SH3 has
no FPU, but our ldso runs fine on a SH3 target. (I think the
ldso should also run on a SH2 target, so you might want to enable the ldso
for SH2 targets too. But I can't test it, since I have no such a system) :
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh index 4277e920d..55d017a20 100644 --- a/extra/Configs/Config.sh +++ b/extra/Configs/Config.sh @@ -50,9 +50,8 @@ config CONFIG_SH2 bool "SH2" config CONFIG_SH3 - select HAS_FPU + select ARCH_HAS_NO_FPU select UCLIBC_HAS_MMU - select ARCH_HAS_NO_LDSO bool "SH3" config CONFIG_SH4 |