From e4c119fe8a0e486ad7f7a52767b16b2c7d0823ac Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 11 Nov 2003 20:52:14 +0000 Subject: 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) : --- extra/Configs/Config.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'extra') 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 -- cgit v1.2.3