summaryrefslogtreecommitdiffstats
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/configure b/tools/configure
index 63d26e6b68..b8e495a908 100755
--- a/tools/configure
+++ b/tools/configure
@@ -4550,9 +4550,7 @@ HOSTAR=${HOSTAR:-${AR}}
if [ -z "$arch" ]; then
cpp_defines=$(echo "" | $CPP $GCCOPTS -dD)
- if [ -n "$(echo $cpp_defines | grep -w __sh__)" ]; then
- arch="sh"
- elif [ -n "$(echo $cpp_defines | grep -w __m68k__)" ]; then
+ if [ -n "$(echo $cpp_defines | grep -w __m68k__)" ]; then
arch="m68k"
elif [ -n "$(echo $cpp_defines | grep -w __arm__)" ]; then
arch="arm"