Browse Source

remove ARMSUBARCH relic from configure

commit 0f814a4e57 removed its use.
master
Stefan O'Rear 6 years ago
committed by Rich Felker
parent
commit
03f71251e6
  1. 5
      configure

5
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

Loading…
Cancel
Save