0001-Remove-ARMSUBARCH-relic-from-configure.patch 721 B

12345678910111213141516171819202122232425262728
  1. From a1139168d22122b014ea8e5102f326426a2c15ba Mon Sep 17 00:00:00 2001
  2. From: Stefan O'Rear <sorear@fastmail.com>
  3. Date: Thu, 3 Sep 2020 03:17:45 -0400
  4. Subject: [PATCH 01/15] Remove ARMSUBARCH relic from configure
  5. ---
  6. configure | 5 -----
  7. 1 file changed, 5 deletions(-)
  8. diff --git a/configure b/configure
  9. index 9abbbd66..acbfa8f2 100755
  10. --- a/configure
  11. +++ b/configure
  12. @@ -727,11 +727,6 @@ fi
  13. test "$SUBARCH" \
  14. && printf "configured for %s variant: %s\n" "$ARCH" "$ARCH$SUBARCH"
  15. -case "$ARCH$SUBARCH" in
  16. -arm) ASMSUBARCH=el ;;
  17. -*) ASMSUBARCH=$SUBARCH ;;
  18. -esac
  19. -
  20. #
  21. # Some archs (powerpc) have different possible long double formats
  22. # that the compiler can be configured for. The logic for whether this
  23. --
  24. 2.28.0