mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-13 14:06:07 -04:00
Fixup native builds on powerpc
When we changed ARCH from ppc to powerpc we need to treat HOSTARCH the same way. We use HOSTARCH == ARCH to determine if a build is native. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
65d342541e
commit
d0179083a9
6
Makefile
6
Makefile
@ -38,9 +38,9 @@ HOSTARCH := $(shell uname -m | \
|
|||||||
-e s/sun4u/sparc64/ \
|
-e s/sun4u/sparc64/ \
|
||||||
-e s/arm.*/arm/ \
|
-e s/arm.*/arm/ \
|
||||||
-e s/sa110/arm/ \
|
-e s/sa110/arm/ \
|
||||||
-e s/powerpc/ppc/ \
|
-e s/ppc64/powerpc/ \
|
||||||
-e s/ppc64/ppc/ \
|
-e s/ppc/powerpc/ \
|
||||||
-e s/macppc/ppc/)
|
-e s/macppc/powerpc/)
|
||||||
|
|
||||||
HOSTOS := $(shell uname -s | tr '[:upper:]' '[:lower:]' | \
|
HOSTOS := $(shell uname -s | tr '[:upper:]' '[:lower:]' | \
|
||||||
sed -e 's/\(cygwin\).*/cygwin/')
|
sed -e 's/\(cygwin\).*/cygwin/')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user