X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=Makefile;h=82cbbf458a99b872ac7cc0ac7589c54d084b3824;hp=2d96574154e31974157e390aad10b721bcf12fa2;hb=d0179083a9c9e12c8c5400b107156c14c7da1222;hpb=65d342541e78ab9a22bf480cc4fe2f659f94bad4 diff --git a/Makefile b/Makefile index 2d96574154..82cbbf458a 100644 --- a/Makefile +++ b/Makefile @@ -38,9 +38,9 @@ HOSTARCH := $(shell uname -m | \ -e s/sun4u/sparc64/ \ -e s/arm.*/arm/ \ -e s/sa110/arm/ \ - -e s/powerpc/ppc/ \ - -e s/ppc64/ppc/ \ - -e s/macppc/ppc/) + -e s/ppc64/powerpc/ \ + -e s/ppc/powerpc/ \ + -e s/macppc/powerpc/) HOSTOS := $(shell uname -s | tr '[:upper:]' '[:lower:]' | \ sed -e 's/\(cygwin\).*/cygwin/')