From 47c2a3445e3025b3980bdf10a55f0f82f869fd37 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 29 Nov 2012 20:58:48 +0000 Subject: [PATCH] Add build_all script. --- build_all.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 build_all.sh 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 -- 2.30.2