mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
Treat ppc64 host as ppc
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
0dc4279b08
commit
a22806469a
1
Makefile
1
Makefile
@ -34,6 +34,7 @@ HOSTARCH := $(shell uname -m | \
|
|||||||
-e s/arm.*/arm/ \
|
-e s/arm.*/arm/ \
|
||||||
-e s/sa110/arm/ \
|
-e s/sa110/arm/ \
|
||||||
-e s/powerpc/ppc/ \
|
-e s/powerpc/ppc/ \
|
||||||
|
-e s/ppc64/ppc/ \
|
||||||
-e s/macppc/ppc/)
|
-e s/macppc/ppc/)
|
||||||
|
|
||||||
HOSTOS := $(shell uname -s | tr '[:upper:]' '[:lower:]' | \
|
HOSTOS := $(shell uname -s | tr '[:upper:]' '[:lower:]' | \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user