Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

its powerpc and not ppc, use prefix powerpc-linux-gnu- only
authorMichael Prokop <mika@grml.org>
Fri Jan 19 00:38:36 2007 +0100 (22 months ago)
changeset 17eefe6bfc83a3
manifesteefe6bfc83a3
parent 167441096e12ff
child 184f717977acb3
child 19e7ab3c80e9dd
its powerpc and not ppc, use prefix powerpc-linux-gnu- only
2.6.19/ppc/adjust-Makefile-for-crosscompile.txt
--- a/2.6.19/ppc/adjust-Makefile-for-crosscompile.txt Thu Jan 18 23:26:35 2007 +0100
+++ b/2.6.19/ppc/adjust-Makefile-for-crosscompile.txt Fri Jan 19 00:38:36 2007 +0100
@@ -1,13 +1,13 @@
---- a/Makefile 2007-01-18 23:14:28.000000000 +0100
-+++ b/Makefile 2007-01-18 23:21:48.000000000 +0100
+--- a/Makefile 2007-01-19 00:26:20.000000000 +0100
++++ b/Makefile 2007-01-19 00:26:42.000000000 +0100
@@ -179,8 +179,8 @@
# Default value for CROSS_COMPILE is not to prefix executables
# Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
-ARCH ?= $(SUBARCH)
-CROSS_COMPILE ?=
-+ARCH ?= ppc
-+CROSS_COMPILE ?= powerpc-linux-gnu-gcc-4.1
++ARCH = powerpc
++CROSS_COMPILE = powerpc-linux-gnu-
# Architecture as present in compile.h
UTS_MACHINE := $(ARCH)