From 03f71251e6987b18d005e5a9e07d20906ae4b143 Mon Sep 17 00:00:00 2001 From: Stefan O'Rear Date: Thu, 3 Sep 2020 03:17:45 -0400 Subject: remove ARMSUBARCH relic from configure commit 0f814a4e57e80d2512934820b878211e9d71c93e removed its use. --- configure | 5 ----- 1 file changed, 5 deletions(-) (limited to 'configure') 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 -- cgit v1.2.1