Browse Source

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) :
Eric Andersen 20 years ago
parent
commit
e4c119fe8a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      extra/Configs/Config.sh

+ 1 - 2
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