summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2014-03-15 14:47:55 -0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-17 16:34:10 +0100
commit48c473dce35b1a89cab772ec1d4d3691d3457b92 (patch)
treec54c7dc999bc7692a51b7acf0b39c5188408875b
parent14d436698c53f070e8cc51bc2e3ef34a751af934 (diff)
downloadqt4-tools-48c473dce35b1a89cab772ec1d4d3691d3457b92.tar.gz
Basic AArch64 (aka arm64) detection.
Patch by Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> licensed under either Public Domain or BSD: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735488#179> Change-Id: I9f415cb6ac6c4ff78588d96e36198c85ee202d96 Reviewed-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 3447c89cfd..07d2fa0e76 100755
--- a/configure
+++ b/configure
@@ -3247,6 +3247,12 @@ if [ -z "${CFG_HOST_ARCH}" ]; then
fi
CFG_HOST_ARCH=arm
;;
+ *:*:aarch64*)
+ if [ "$OPT_VERBOSE" = "yes" ]; then
+ echo " AArch64 (aarch64)"
+ fi
+ CFG_HOST_ARCH=aarch64
+ ;;
Linux:*:sparc*)
if [ "$OPT_VERBOSE" = "yes" ]; then
echo " Linux on SPARC"