From 4520d12cb0ee5b89c20e6dbe6754fda3f2a560d4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 29 Nov 2012 21:08:57 +0000 Subject: [PATCH] Rename a couple of things; fix all script. --- .gitignore | 9 +++++++++ build_all.sh | 2 +- build_gcc_rest.sh => build_gcc_rest_32.sh | 0 build_mingw_runtime.sh => build_mingw_runtime_32.sh | 0 4 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .gitignore rename build_gcc_rest.sh => build_gcc_rest_32.sh (100%) rename build_mingw_runtime.sh => build_mingw_runtime_32.sh (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7d0044d --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +Archives +binutils-2.23 +binutils-build-32 +gcc-4.7.2 +gcc-build-32 +mingw-headers-build-32/ +mingw-runtime-build-32/ +mingw-w64-v2.0.7/ +*~ diff --git a/build_all.sh b/build_all.sh index 15a8ce5..d35542b 100644 --- a/build_all.sh +++ b/build_all.sh @@ -3,5 +3,5 @@ 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_mingw_runtime_32.sh bash build_gcc_rest_32.sh diff --git a/build_gcc_rest.sh b/build_gcc_rest_32.sh similarity index 100% rename from build_gcc_rest.sh rename to build_gcc_rest_32.sh diff --git a/build_mingw_runtime.sh b/build_mingw_runtime_32.sh similarity index 100% rename from build_mingw_runtime.sh rename to build_mingw_runtime_32.sh -- 2.30.2