[PATCH] Make 64-bit PowerPC use ARCH=powerpc by default

Paul Mackerras paulus at samba.org
Sat Nov 12 11:35:42 EST 2005


Since 64-bit PowerPC compiles and works with ARCH=powerpc for all
supported platforms (with the possible exception of Cell, for which
the support is still pretty immature), make ARCH=powerpc the default
for 64-bit PowerPC machines.

ppc64 is dead.  Long live 64-bit powerpc!

Signed-off-by: Paul Mackerras <paulus at samba.org>
---

diff -urN powerpc-merge/Makefile merge-hack/Makefile
--- powerpc-merge/Makefile	2005-11-11 21:16:18.000000000 +1100
+++ merge-hack/Makefile	2005-11-12 11:25:32.000000000 +1100
@@ -168,7 +168,8 @@
 
 SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
 				  -e s/arm.*/arm/ -e s/sa110/arm/ \
-				  -e s/s390x/s390/ -e s/parisc64/parisc/ )
+				  -e s/s390x/s390/ -e s/parisc64/parisc/ \
+				  -e s/ppc64/powerpc/ )
 
 # Cross compiling and selecting different set of gcc/bin-utils
 # ---------------------------------------------------------------------------



More information about the Linuxppc64-dev mailing list