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:
15df274
)
_armv6_uname_entry
author
Debian Qt/KDE Maintainers
<debian-qt-kde@lists.debian.org>
Tue, 7 May 2019 07:14:21 +0000
(08:14 +0100)
committer
Mike Gabriel
<sunweaver@debian.org>
Tue, 7 May 2019 07:14:21 +0000
(08:14 +0100)
Gbp-Pq: Name 94_armv6_uname_entry.diff
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 99bb0537c89073774bc5c39a94aee3aee56f9fd9..bb4a20ca237cba84875db9d17e17904e2bcfcde9 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"
;;