Eric Andersen 20 years ago
parent
commit
6966e6c4ed
1 changed files with 1 additions and 3 deletions
  1. 1 3
      extra/Configs/Config.sh

+ 1 - 3
extra/Configs/Config.sh

@@ -4,9 +4,7 @@
 #
 
 config TARGET_ARCH
-	default "sh2" if CONFIG_SH2
-	default "sh3" if CONFIG_SH3
-	default "sh4" if CONFIG_SH4
+	default "sh" if CONFIG_SH2 || CONFIG_SH3 || CONFIG_SH4
 	default "sh64" if CONFIG_SH5
 
 config HAVE_ELF