summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-04 17:47:21 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-04 17:47:21 +0100
commit7d2b38ba6e51a5da5250ef394b9fe69a72783459 (patch)
tree16b819e04a4cb2c3258017f556c64178da1e2d7a /mk/build.mk
parentbeb47ef07ddcd99d751088c588bc8135f6aae7ce (diff)
fix qemu-ppc64 building on Darwin, use --with-cpu=ultrasparc for qemu-sparc64, still another issue exist.
Diffstat (limited to 'mk/build.mk')
-rw-r--r--mk/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 8c1e73743..ce0f88ae0 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -561,7 +561,7 @@ test-framework:
for libc in uclibc glibc musl;do \
mkdir -p $(TOPDIR)/firmware/$(SYSTEM)_$(ARCH)_$$libc; \
( \
- for arch in arm mips mipsel i686 x86_64;do \
+ for arch in arm mips mipsel mips64 mips64el ppc ppc64 sparc sparc64 i686 x86_64;do \
tarch=$$(echo $$arch|sed -e "s#el##" -e "s#eb##" -e "s#mips64.*#mips#" -e "s#i686#x86#"); \
echo === building qemu-$$arch for $$libc with $$tarch on $$(date); \
$(GMAKE) prereq && \