瀏覽代碼

compile qemu for more archs

Waldemar Brodkorb 14 年之前
父節點
當前提交
9519af6977
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jtools/qemu/Makefile

+ 1 - 1
jtools/qemu/Makefile

@@ -18,7 +18,7 @@ $(WRKBUILD)/.configured: ${WRKDIST}/.prepared
 				--host-cc=$(CC_FOR_BUILD) \
 				--host-cc=$(CC_FOR_BUILD) \
 				--disable-system \
 				--disable-system \
 				--disable-sdl \
 				--disable-sdl \
-				--target-list=arm-linux-user \
+				--target-list=arm-linux-user,i386-linux-user,mipsel-linux-user \
 	)
 	)
 	touch $@
 	touch $@