From b89ec78e31a94952bfcc2cc3e16efc38ba1b3753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Wed, 4 May 2016 20:05:16 +0200 Subject: [PATCH] build_gcc.sh: Change default GCC version to 6.1.0 --- build_gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_gcc.sh b/build_gcc.sh index 5434abb..fd313d5 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.3.0 + GCC_VERSION=6.1.0 #GCC_VERSION=5-20140928 # snapshot fi