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:
fc5f6fc
)
Add armv6 uname entry for armhf
author
Debian Qt/KDE Maintainers
<debian-qt-kde@lists.debian.org>
Tue, 22 Aug 2023 13:42:24 +0000
(14:42 +0100)
committer
Roberto C. Sánchez
<roberto@debian.org>
Tue, 22 Aug 2023 13:42:24 +0000
(14:42 +0100)
Description: Add armv6 uname entry for armhf
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"
;;