Various fixes.
[mingw-build.git] / build_gcc_rest.sh
index 4acb9b9d440937c729b4aabe57e4ea672d86b5e3..9236db81ef84633ca689fb720c565f6a536ebcfa 100644 (file)
@@ -1,5 +1,6 @@
 #!/bin/bash -e
+set -e
 
-cd gcc-build-32
-make -j3
+cd gcc-build-$MINGW_TARGET
+make $MINGW_PARALLEL
 sudo make install