From: Stefan O'Rear Date: Thu, 3 Sep 2020 07:17:45 +0000 (-0400) Subject: remove ARMSUBARCH relic from configure X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=03f71251e6987b18d005e5a9e07d20906ae4b143;p=musl remove ARMSUBARCH relic from configure commit 0f814a4e57e80d2512934820b878211e9d71c93e removed its use. --- 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