[U-Boot-Users] [PATCH] Treat ppc64 host as ppc

8 Aug
2007
8 Aug
'07
11:14 a.m.
Signed-off-by: Kumar Gala galak@kernel.crashing.org --- Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile index cf3fbcb..4e2cd04 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ HOSTARCH := $(shell uname -m | \ -e s/arm.*/arm/ \ -e s/sa110/arm/ \ -e s/powerpc/ppc/ \ + -e s/ppc64/ppc/ \ -e s/macppc/ppc/)
HOSTOS := $(shell uname -s | tr '[:upper:]' '[:lower:]' | \
--
1.5.2.2

9 Aug
9 Aug
11:33 p.m.
In message Pine.LNX.4.64.0708080413590.24284@blarg.am.freescale.net you wrote:
Signed-off-by: Kumar Gala galak@kernel.crashing.org
Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Applying computer technology is simply finding the right wrench to
pound in the correct screw.
6483
Age (days ago)
6484
Last active (days ago)
1 comments
2 participants
participants (2)
-
Kumar Gala
-
Wolfgang Denk