remove ARMSUBARCH relic from configure
authorStefan O'Rear <sorear@fastmail.com>
Thu, 3 Sep 2020 07:17:45 +0000 (03:17 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 27 Apr 2022 12:45:18 +0000 (08:45 -0400)
commit 0f814a4e57e80d2512934820b878211e9d71c93e removed its use.

configure

index ca5cbc0..6f5453f 100755 (executable)
--- 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