diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-05 01:54:45 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-05 01:54:45 +0000 |
commit | 6966e6c4edf576c92a33d046705e1f458de772f2 (patch) | |
tree | ba47168816f513a2f415eefb5464b6434b8eaf0b /extra | |
parent | 53d9845ae7cc45776bb1d084ccf54ae58186ff5c (diff) |
Oops
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/extra/Configs/Config.sh b/extra/Configs/Config.sh index 5a9eaf525..59f4e862e 100644 --- a/extra/Configs/Config.sh +++ b/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 |