summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-04-17 10:28:21 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-17 10:28:21 +0200
commit94758589fe49a0d7b79922e78246a0cb6335278b (patch)
treefa73b3135fba20f85aa64bd7b51d5f042d251215 /configure
parent893deb1a93021cdfabe038cdf1869de33a60cbc9 (diff)
parentaa3754d1058c08b18dc5c3f38ca9496ce152c584 (diff)
Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/staging/dev
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 1 insertions, 8 deletions
diff --git a/configure b/configure
index 88e28ea0ff..ed39ae387b 100755
--- a/configure
+++ b/configure
@@ -2565,14 +2565,7 @@ if [ -z "$PLATFORM" ]; then
"
;;
Linux:*)
- case "$UNAME_MACHINE" in
- x86_64|s390x|ppc64)
- PLATFORM=linux-g++-64
- ;;
- *)
- PLATFORM=linux-g++
- ;;
- esac
+ PLATFORM=linux-g++
PLATFORM_NOTES="
- Also available for Linux: linux-kcc linux-icc linux-cxx
"