summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2009-10-02 12:46:13 +0200
committerJørgen Lind <jorgen.lind@nokia.com>2009-10-02 13:14:06 +0200
commit77439ac992bd9db2845ab3a05b32d2b3ea5dc26c (patch)
treec4b00653bd0d6f13f6eeaae48735219eb32efd63 /configure
parent1eafe0ea2ecc3bce733d574f39bc26652baaec38 (diff)
Give the qws ppc mkspec usable default values
and keep ./configure -embedded still work on ppc platforms Reviewed-by:tom
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index c521bad428..8ef8ad09f7 100755
--- a/configure
+++ b/configure
@@ -2313,9 +2313,6 @@ if [ "$CFG_EMBEDDED" != "no" ]; then
*86_64)
PLATFORM=qws/linux-x86_64-g++
;;
- *ppc)
- PLATFORM=qws/linux-ppc-g++
- ;;
*)
PLATFORM=qws/linux-generic-g++
;;