mirror of
https://github.com/Relintai/osxcross.git
synced 2025-03-09 07:46:59 +01:00
build_gcc.sh: Update GCC_VERSION to 9.2.0
This commit is contained in:
parent
37894c5839
commit
194807cb8b
@ -20,7 +20,7 @@ eval $(tools/osxcross_conf.sh)
|
|||||||
# GCC version to build
|
# GCC version to build
|
||||||
# (<4.7 will not work properly with libc++)
|
# (<4.7 will not work properly with libc++)
|
||||||
if [ -z "$GCC_VERSION" ]; then
|
if [ -z "$GCC_VERSION" ]; then
|
||||||
GCC_VERSION=9.1.0
|
GCC_VERSION=9.2.0
|
||||||
#GCC_VERSION=5-20140928 # snapshot
|
#GCC_VERSION=5-20140928 # snapshot
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user