Skip to content

Commit

Permalink
update gcc to 4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoechtrager committed Jul 17, 2014
1 parent 867345e commit 45b8510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

changed:
* updated cctools to 855 with ld64-236.3 (Xcode 5.1)
* gcc 4.9.0 -> gcc 4.9.1

/******************************* v0.7 *******************************/

Expand Down
2 changes: 1 addition & 1 deletion build_gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source tools/tools.sh

# GCC version to build
# (<4.7 will not work properly with libc++)
GCC_VERSION=4.9.0
GCC_VERSION=4.9.1
#GCC_VERSION=4.9-20140416 # snapshot

# GCC mirror
Expand Down

0 comments on commit 45b8510

Please sign in to comment.