summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-29 21:59:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-29 22:01:13 +0200
commit0456a5ee2733ba01127043cc674aace662bd7c71 (patch)
treee038115dd7ff9178f66a665372f479907bb9ff0e /mk
parentf71879b1e9e706b6159dfcc62b64b62e63b6f6cb (diff)
exclude aarch64 from test-framework, set 3.13.11 as default kernel
Diffstat (limited to '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 13e287d89..6d4f8a4e1 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -502,7 +502,7 @@ test-framework:
for libc in $$libc;do \
( \
mkdir -p $(TOPDIR)/firmware/; \
- for arch in $$(grep -v m68k target/tarch.lst|xargs);do \
+ for arch in $$(grep -v "\(m68k\|aarch64\)" toolchain/$$libc/tarch.lst|xargs);do \
tarch=$$(echo $$arch|sed -e "s#el##" -e "s#eb##" -e "s#mips64.*#mips#" -e "s#i686#x86#" -e "s#sh4#sh#" -e "s#hf##" -e "s#x86_64.*#x86_64#"); \
arch=$$(echo $$arch|sed -e 's#x86$$#i686#'); \
echo === building qemu-$$arch for $$libc with $$tarch on $$(date); \