|
@@ -13,14 +13,12 @@
|
|
|
|
|
|
. common.rc
|
|
|
|
|
|
-requires_binary x86_64-w64-mingw32-gcc
|
|
|
-requires_binary i686-w64-mingw32-gcc
|
|
|
+requires_binary x86_64-w64-mingw32-gcc i686-w64-mingw32-gcc
|
|
|
|
|
|
cd "$BUILD_DIR"
|
|
|
|
|
|
-for prefix in x86_64-w64-mingw32- i686-w64-mingw32-; do
|
|
|
- TARGET_LIST=${TARGET_LIST:-$DEF_TARGET_LIST} \
|
|
|
- build_qemu --cross-prefix=$prefix \
|
|
|
+TARGET_LIST=${TARGET_LIST:-$DEF_TARGET_LIST} \
|
|
|
+build_qemu \
|
|
|
--enable-trace-backends=simple \
|
|
|
--enable-gnutls \
|
|
|
--enable-nettle \
|
|
@@ -29,8 +27,6 @@ for prefix in x86_64-w64-mingw32- i686-w64-mingw32-; do
|
|
|
--enable-bzip2 \
|
|
|
--enable-guest-agent \
|
|
|
--enable-docs
|
|
|
- install_qemu
|
|
|
- make installer
|
|
|
- make clean
|
|
|
-
|
|
|
-done
|
|
|
+install_qemu
|
|
|
+make installer
|
|
|
+make clean
|