mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
build_gcc.sh: Change default GCC version to 6.1.0
This commit is contained in:
parent
c5ffd32171
commit
b89ec78e31
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user