summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2009-10-02 10:28:11 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2009-10-02 10:35:12 (GMT)
commit38dde32fe71cd1617365bd56b0fa7d889b684b9d (patch)
treee0853a91f4d9f8da4464943d21d5a02bc05681df /configure
parentaf6a5c509390ee6a1b5022d81fd4660999550332 (diff)
downloadQt-38dde32fe71cd1617365bd56b0fa7d889b684b9d.zip
Qt-38dde32fe71cd1617365bd56b0fa7d889b684b9d.tar.gz
Qt-38dde32fe71cd1617365bd56b0fa7d889b684b9d.tar.bz2
Make ./conifgure -embedded ppc use powerpc platform as default
Today we have a qws/linux-ppc mkspec, but doing -embedded ppc ends up using generic atomic instructions. Just make sure we use the powerpc atomic instrcutions for this mkspec Reviewed-by:paul
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1430d78..c521bad 100755
--- a/configure
+++ b/configure
@@ -2765,7 +2765,7 @@ if [ "$PLATFORM" != "$XPLATFORM" -a "$CFG_EMBEDDED" != "no" ]; then
ipaq|sharp)
CFG_ARCH=arm
;;
- dm7000)
+ dm7000|ppc)
CFG_ARCH=powerpc
;;
dm800)