Skip to content
This repository has been archived by the owner on Sep 14, 2018. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
ld64 242.2 does not compile anymore with gcc 4.5.
This is due to the use of C++11 range-based for loops in passes/got.cpp.
  • Loading branch information
tpoechtrager committed Oct 3, 2015
1 parent b141a59 commit 04115db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ armv7m, armv7em, armv8, arm64, arm64v8, i386, x86_64 and x86_64h.

## DEPENDENCIES ##

`Clang 3.2+ or gcc/g++/gcc-objc 4.5+`, `automake`, `autogen` and `libtool`.
`Clang 3.2+ or gcc/g++/gcc-objc 4.6+`, `automake`, `autogen` and `libtool`.

Optional, but recommended:

Expand Down

0 comments on commit 04115db

Please sign in to comment.