summaryrefslogtreecommitdiff
path: root/jtools
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-08-19 18:10:52 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-08-19 18:10:52 +0200
commit9519af69775d89b379f83b5a6c72740a20d7b6ef (patch)
tree88d2fb92f110d4fd721bd4438b383f71690e101e /jtools
parent26020e730fb30663e7a4acfaa0ba0274d6cbf0eb (diff)
compile qemu for more archs
Diffstat (limited to 'jtools')
-rw-r--r--jtools/qemu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/jtools/qemu/Makefile b/jtools/qemu/Makefile
index bc2f89205..c83a6d987 100644
--- a/jtools/qemu/Makefile
+++ b/jtools/qemu/Makefile
@@ -18,7 +18,7 @@ $(WRKBUILD)/.configured: ${WRKDIST}/.prepared
--host-cc=$(CC_FOR_BUILD) \
--disable-system \
--disable-sdl \
- --target-list=arm-linux-user \
+ --target-list=arm-linux-user,i386-linux-user,mipsel-linux-user \
)
touch $@