From 2c5188f0777f4a0723b4cb9fd36354a357145519 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Tue, 9 Apr 2013 13:45:10 -0700 Subject: Don't use UNAME_MACHINE on Linux We don't need it. Let linux-g++ be the default on all Linux builds, period. Task-number: QTBUG-30590 Change-Id: I26c73bf4f054684763b64ef5651b3488363ea7a1 Reviewed-by: Oswald Buddenhagen --- configure | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/configure b/configure index f55e2f622b..6d68ed2682 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 " -- cgit v1.2.3