summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2009-10-02 13:31:23 +0200
committerJørgen Lind <jorgen.lind@nokia.com>2009-10-02 14:17:35 +0200
commit64111efde9795c51cda7aa0b63d2b4b597aa139c (patch)
tree6060111accbdb2f3f65a9e88c00643c9df90f4ad /configure
parent1f4e378ca0f9c63bb99a92f3e98b104a0baa408a (diff)
renaming ppc mkspec to powerpc
Reviewed-by:paul
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure b/configure
index 8ef8ad09f7..ea50b37931 100755
--- a/configure
+++ b/configure
@@ -2330,9 +2330,6 @@ if [ "$CFG_EMBEDDED" != "no" ]; then
*86_64)
CFG_EMBEDDED=x86_64
;;
- *ppc)
- CFG_EMBEDDED=ppc
- ;;
*)
CFG_EMBEDDED=generic
;;
@@ -2762,7 +2759,7 @@ if [ "$PLATFORM" != "$XPLATFORM" -a "$CFG_EMBEDDED" != "no" ]; then
ipaq|sharp)
CFG_ARCH=arm
;;
- dm7000|ppc)
+ dm7000)
CFG_ARCH=powerpc
;;
dm800)