From c56acb776a79342a0fc02ed933442c57ae474d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Mon, 11 Jan 2016 20:55:19 +0100 Subject: [PATCH] build_gcc.sh: change default gcc version to 5.3.0 --- build_gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_gcc.sh b/build_gcc.sh index bd46cd8..5434abb 100755 --- a/build_gcc.sh +++ b/build_gcc.sh @@ -13,7 +13,7 @@ eval $(tools/osxcross_conf.sh) # GCC version to build # (<4.7 will not work properly with libc++) if [ -z "$GCC_VERSION" ]; then - GCC_VERSION=5.2.0 + GCC_VERSION=5.3.0 #GCC_VERSION=5-20140928 # snapshot fi