update gcc to 4.9.2

This commit is contained in:
Thomas Pöchtrager 2014-11-09 17:43:03 +01:00
parent 7f69e4fa98
commit 18d5e5b28a
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
changed:
* 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:
* support for new '-arch x86_64h' (requires clang 3.5+)

View File

@ -13,7 +13,7 @@ source tools/tools.sh
# GCC version to build
# (<4.7 will not work properly with libc++)
if [ -z "$GCC_VERSION" ]; then
GCC_VERSION=4.9.1
GCC_VERSION=4.9.2
#GCC_VERSION=5-20140928 # snapshot
fi