_armv6_uname_entry
authorDebian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)
committerLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Tue, 5 Feb 2013 21:52:29 +0000 (21:52 +0000)
Gbp-Pq: Name 94_armv6_uname_entry.diff

configure

index 6da319a0840292b25466b85d9d2e7be22669eeff..7ea7f54f44af05d5f6eaf3ec9739c7ecdcebeb0a 100755 (executable)
--- a/configure
+++ b/configure
@@ -242,6 +242,9 @@ case $DPKG_ARCH in
        armel)
                UNAME_MACHINE="armv5tel"
        ;;
+       armhf)
+               UNAME_MACHINE="armv6"
+       ;;
        hppa)
                UNAME_MACHINE="parisc"
        ;;