From 9519af69775d89b379f83b5a6c72740a20d7b6ef Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 19 Aug 2011 18:10:52 +0200 Subject: compile qemu for more archs --- jtools/qemu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jtools/qemu/Makefile') 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 $@ -- cgit v1.2.3