diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2009-10-02 10:28:11 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2009-10-02 10:35:12 (GMT) |
commit | 38dde32fe71cd1617365bd56b0fa7d889b684b9d (patch) | |
tree | e0853a91f4d9f8da4464943d21d5a02bc05681df /configure | |
parent | af6a5c509390ee6a1b5022d81fd4660999550332 (diff) | |
download | Qt-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2765,7 +2765,7 @@ if [ "$PLATFORM" != "$XPLATFORM" -a "$CFG_EMBEDDED" != "no" ]; then ipaq|sharp) CFG_ARCH=arm ;; - dm7000) + dm7000|ppc) CFG_ARCH=powerpc ;; dm800) |