mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
update gcc to 4.9.2
This commit is contained in:
parent
7f69e4fa98
commit
18d5e5b28a
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
changed:
|
changed:
|
||||||
* updated cctools to 855 with ld64-236.3 (Xcode 5.1)
|
* updated cctools to 855 with ld64-236.3 (Xcode 5.1)
|
||||||
* gcc 4.9.0 -> gcc 4.9.1
|
* gcc 4.9.0 -> gcc 4.9.2
|
||||||
|
|
||||||
added:
|
added:
|
||||||
* support for new '-arch x86_64h' (requires clang 3.5+)
|
* support for new '-arch x86_64h' (requires clang 3.5+)
|
||||||
|
@ -13,7 +13,7 @@ source tools/tools.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=4.9.1
|
GCC_VERSION=4.9.2
|
||||||
#GCC_VERSION=5-20140928 # snapshot
|
#GCC_VERSION=5-20140928 # snapshot
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user