]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - Makefile
Merge branch 'next'
[coffee/buildroot.git] / Makefile
index e1d3b6d860475488970e838f003bf8d485aecd56..9dc24d74520402b79ef418ad2dcd35a0f661f66e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ export HOSTARCH := $(shell uname -m | \
            -e s/sun4u/sparc64/ \
            -e s/arm.*/arm/ \
            -e s/sa110/arm/ \
-           -e s/ppc64/powerpc/ \
+           -e s/ppc64/powerpc64/ \
            -e s/ppc/powerpc/ \
            -e s/macppc/powerpc/\
            -e s/sh.*/sh/)
@@ -309,7 +309,7 @@ KERNEL_ARCH := $(shell echo "$(ARCH)" | sed -e "s/-.*//" \
        -e s/aarch64/arm64/ \
        -e s/bfin/blackfin/ \
        -e s/parisc64/parisc/ \
-       -e s/powerpc64/powerpc/ \
+       -e s/powerpc64.*/powerpc/ \
        -e s/ppc.*/powerpc/ -e s/mips.*/mips/ \
        -e s/sh.*/sh/ \
        -e s/microblazeel/microblaze/)