130-fix_arm_arch_detection.patch 404 B

1234567891011121314151617
  1. Description: Fix FTBFS on armhf by correctly detecting the architecture
  2. Origin: vendor
  3. Bug-Debian: http://bugs.debian.org/730844
  4. Author: Alessandro Ghedini <ghedo@debian.org>
  5. Last-Update: 2013-11-30
  6. --- a/configure.ac
  7. +++ b/configure.ac
  8. @@ -234,7 +234,7 @@ case "${host_cpu}" in
  9. ARCH_MAX="s390x"
  10. ;;
  11. - armv7*)
  12. + arm*)
  13. AC_MSG_RESULT([ok (${host_cpu})])
  14. ARCH_MAX="arm"
  15. ;;