From: Carl Hetherington Date: Thu, 29 Nov 2012 20:58:48 +0000 (+0000) Subject: Add build_all script. X-Git-Url: https://main.carlh.net/gitweb/?p=mingw-build.git;a=commitdiff_plain;h=47c2a3445e3025b3980bdf10a55f0f82f869fd37 Add build_all script. --- diff --git a/build_all.sh b/build_all.sh new file mode 100644 index 0000000..15a8ce5 --- /dev/null +++ b/build_all.sh @@ -0,0 +1,7 @@ +#!/bin/bash -e + +bash build_binutils_32.sh +bash build_mingw_headers_32.sh +bash build_gcc_core_32.sh +bash build_mingw_crt_32.sh +bash build_gcc_rest_32.sh