* [PATCH] make ARCH=powerpc the default
@ 2005-12-09 18:07 Olaf Hering
2005-12-09 22:03 ` Paul Mackerras
0 siblings, 1 reply; 2+ messages in thread
From: Olaf Hering @ 2005-12-09 18:07 UTC (permalink / raw)
To: Paul Mackeras, linuxppc-dev
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] make ARCH=powerpc the default
2005-12-09 18:07 [PATCH] make ARCH=powerpc the default Olaf Hering
@ 2005-12-09 22:03 ` Paul Mackerras
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mackerras @ 2005-12-09 22:03 UTC (permalink / raw)
To: Olaf Hering; +Cc: linuxppc-dev
Olaf Hering writes:
> - -e s/ppc64/powerpc/ )
> + -e s/ppc\\\(64\\\)\\\?/powerpc/ )
Hmmm, I was going to just do s/ppc.*/powerpc/.
Paul.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-12-09 22:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-09 18:07 [PATCH] make ARCH=powerpc the default Olaf Hering
2005-12-09 22:03 ` Paul Mackerras
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.