X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=build_all;h=6e5031d9985dd6b78c92ebe74f5ce767e6c1e1ce;hb=169da9cb91318e2137167fdcdba79fc1a17a5d21;hp=fd1c22061b85f1ae2173f6d848dbd2cf71cf7b44;hpb=80a64191baa71fe08010ecf17874116f446c2ac8;p=mingw-build.git diff --git a/build_all b/build_all index fd1c220..6e5031d 100755 --- a/build_all +++ b/build_all @@ -1,9 +1,9 @@ #!/bin/bash -e -export MINGW_PREFIX=/mingw -export MINGW_PARALLEL="-j2" -export MINGW_BUILD=i686-pc-linux-gnu +export MINGW_PARALLEL="-j4" +export MINGW_BUILD=x86_64-pc-linux-gnu +export MINGW_PREFIX=/mingw/32 export MINGW_TARGET=i686-w64-mingw32 bash build_binutils.sh @@ -13,6 +13,7 @@ bash build_mingw_runtime.sh bash build_gcc_rest.sh bash build_gdb.sh +export MINGW_PREFIX=/mingw/64 export MINGW_TARGET=x86_64-w64-mingw32 bash build_binutils.sh