summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-07-15 09:26:14 (GMT)
committeraxis <qt-info@nokia.com>2010-07-21 09:40:18 (GMT)
commitd9e75d77ac3da86c32d280895beac2936d8869ca (patch)
tree7157c0b72affc3e290f58785168a5ecd2744a9bd /configure
parent74868367dce9038dfbac574196e6b2d75ab977e7 (diff)
downloadQt-d9e75d77ac3da86c32d280895beac2936d8869ca.zip
Qt-d9e75d77ac3da86c32d280895beac2936d8869ca.tar.gz
Qt-d9e75d77ac3da86c32d280895beac2936d8869ca.tar.bz2
Removed the need to specify -arch symbian when compiling on Linux.
Task: QTBUG-11385 RevBy: Jason Barron
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index a97c5d1..1bb7522 100755
--- a/configure
+++ b/configure
@@ -2935,6 +2935,8 @@ if [ "$PLATFORM" != "$XPLATFORM" -a "$CFG_EMBEDDED" != "no" ]; then
esac
elif [ "$XPLATFORM_MINGW" = "yes" ]; then
[ -z "$CFG_ARCH" ] && CFG_ARCH="windows"
+elif echo "$XPLATFORM" | grep symbian > /dev/null; then
+ CFG_ARCH=symbian
elif [ "$PLATFORM_MAC" = "yes" ] || [ -z "$CFG_ARCH" ]; then
CFG_ARCH=$CFG_HOST_ARCH
fi