Use GCC 4.7.3 to fix bizarre crash on accessing base class data from a derived class...
[mingw-build.git] / build_all
index 6e5031d9985dd6b78c92ebe74f5ce767e6c1e1ce..384e75d900d572dc0fa8642de8f438027e9b1c09 100755 (executable)
--- a/build_all
+++ b/build_all
@@ -2,8 +2,9 @@
 
 export MINGW_PARALLEL="-j4"
 export MINGW_BUILD=x86_64-pc-linux-gnu
+export MINGW_GCC_VERSION=4.7.3
 
-export MINGW_PREFIX=/mingw/32
+export MINGW_PREFIX=/opt/mingw/32
 export MINGW_TARGET=i686-w64-mingw32
 
 bash build_binutils.sh
@@ -13,7 +14,7 @@ bash build_mingw_runtime.sh
 bash build_gcc_rest.sh
 bash build_gdb.sh
 
-export MINGW_PREFIX=/mingw/64
+export MINGW_PREFIX=/opt/mingw/64
 export MINGW_TARGET=x86_64-w64-mingw32
 
 bash build_binutils.sh