* [U-Boot-Users] [PATCH] Set HOSTARCH on ppc64 system
@ 2008-03-21 18:48 Amos Waterland
2008-03-21 20:29 ` Kumar Gala
0 siblings, 1 reply; 2+ messages in thread
From: Amos Waterland @ 2008-03-21 18:48 UTC (permalink / raw)
To: u-boot
This is necessary to native build u-boot on a ppc64 system.
Signed-off-by: Amos Waterland <apw@us.ibm.com>
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index f301640..027b347 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:]' | \
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot-Users] [PATCH] Set HOSTARCH on ppc64 system
2008-03-21 18:48 [U-Boot-Users] [PATCH] Set HOSTARCH on ppc64 system Amos Waterland
@ 2008-03-21 20:29 ` Kumar Gala
0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gala @ 2008-03-21 20:29 UTC (permalink / raw)
To: u-boot
On Mar 21, 2008, at 1:48 PM, Amos Waterland wrote:
> This is necessary to native build u-boot on a ppc64 system.
>
> Signed-off-by: Amos Waterland <apw@us.ibm.com>
>
> ---
>
> Makefile | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Makefile b/Makefile
> index f301640..027b347 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/)
Amos, you're using an old version of u-boot. We already have this
change in the latest version.
- k
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-21 20:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-21 18:48 [U-Boot-Users] [PATCH] Set HOSTARCH on ppc64 system Amos Waterland
2008-03-21 20:29 ` Kumar Gala
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.