From 090bd9592df1e05e289e658c2530ae277a205318 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Tue, 3 Nov 2020 18:42:50 -0500 Subject: Remove the firmware decompressor and a few more other SH-stragglers. Change-Id: Ic568755afcccc6db1b6e791b1ed0d2588b90356f --- tools/configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tools/configure') 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" -- cgit v1.2.3