[PATCH] make ARCH=powerpc the default
Olaf Hering
olh at suse.de
Sat Dec 10 05:07:28 EST 2005
This patch has to be applied, at some point in the future.
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6.14/Makefile
===================================================================
--- linux-2.6.14.orig/Makefile
+++ linux-2.6.14/Makefile
@@ -172,7 +172,7 @@ KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$
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/ppc64/powerpc/ )
+ -e s/ppc\\\(64\\\)\\\?/powerpc/ )
# Cross compiling and selecting different set of gcc/bin-utils
# ---------------------------------------------------------------------------
--
short story of a lazy sysadmin:
alias appserv=wotan
More information about the Linuxppc-dev
mailing list