X-Git-Url: https://main.carlh.net/gitweb/?p=mingw-build.git;a=blobdiff_plain;f=build_gcc_rest.sh;h=c20c3a06177de19f61f35cc0374fd565c9ba8e44;hp=4acb9b9d440937c729b4aabe57e4ea672d86b5e3;hb=169da9cb91318e2137167fdcdba79fc1a17a5d21;hpb=a1bd469d0c8cf1a4946b0ec0cce0c802433ae0d9;ds=sidebyside diff --git a/build_gcc_rest.sh b/build_gcc_rest.sh index 4acb9b9..c20c3a0 100644 --- a/build_gcc_rest.sh +++ b/build_gcc_rest.sh @@ -1,5 +1,5 @@ #!/bin/bash -e -cd gcc-build-32 -make -j3 +cd gcc-build-$MINGW_TARGET +make $MINGW_PARALLEL sudo make install