OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 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 | @@ -234,7 +234,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 | ;; |