Explorar el Código

compile qemu for more archs

Waldemar Brodkorb hace 14 años
padre
commit
9519af6977
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      jtools/qemu/Makefile

+ 1 - 1
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 $@