projects
/
qt4-x11.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b43c948
)
_armv6_uname_entry
author
Debian Qt/KDE Maintainers
<debian-qt-kde@lists.debian.org>
Tue, 15 Nov 2016 19:34:19 +0000
(19:34 +0000)
committer
Raspbian forward porter
<root@raspbian.org>
Tue, 15 Nov 2016 19:34:19 +0000
(19:34 +0000)
Gbp-Pq: Name 94_armv6_uname_entry.diff
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 148eb4fbaddc54a8600bfca55c712181e1a1bbe5..cf3c29c6d7425f1b17d6ca374aa21363ca413714 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-261,6
+261,9
@@
case $DPKG_ARCH in
armel)
UNAME_MACHINE="armv5tel"
;;
+ armhf)
+ UNAME_MACHINE="armv6"
+ ;;
hppa)
UNAME_MACHINE="parisc"
;;