Skip to content
Snippets Groups Projects
Commit a2280646 authored by Kumar Gala's avatar Kumar Gala Committed by Wolfgang Denk
Browse files

Treat ppc64 host as ppc


Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 0dc4279b
No related branches found
No related tags found
No related merge requests found
......@@ -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:]' | \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment