summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorStefan O'Rear <sorear@fastmail.com>2020-09-03 03:17:45 -0400
committerRich Felker <dalias@aerifal.cx>2022-04-27 08:45:18 -0400
commit03f71251e6987b18d005e5a9e07d20906ae4b143 (patch)
tree4cf519a55fcbe20bdb38232cb2d6a4ce5d1963d9 /configure
parent55b727d7ad6c3c8ac147622c441e2995e553e91d (diff)
downloadmusl-03f71251e6987b18d005e5a9e07d20906ae4b143.tar.gz
remove ARMSUBARCH relic from configure
commit 0f814a4e57e80d2512934820b878211e9d71c93e removed its use.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure b/configure
index ca5cbc0b..6f5453f5 100755
--- a/configure
+++ b/configure
@@ -723,11 +723,6 @@ fi
test "$SUBARCH" \
&& printf "configured for %s variant: %s\n" "$ARCH" "$ARCH$SUBARCH"
-case "$ARCH$SUBARCH" in
-arm) ASMSUBARCH=el ;;
-*) ASMSUBARCH=$SUBARCH ;;
-esac
-
#
# Some archs (powerpc) have different possible long double formats
# that the compiler can be configured for. The logic for whether this