valgrind: enable LTO and refresh patches
[openwrt/.git] / package / devel / valgrind / patches / 130-fix_arm_arch_detection.patch
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
7 --- a/configure.ac
8 +++ b/configure.ac
9 @@ -252,7 +252,7 @@ case "${host_cpu}" in
10          ARCH_MAX="s390x"
11          ;;
12  
13 -     armv7*)
14 +     arm*)
15         AC_MSG_RESULT([ok (${host_cpu})])
16         ARCH_MAX="arm"
17         ;;