diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2011-06-19 17:54:24 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2011-06-19 17:54:24 +0000 |
commit | c4a370d20b30fa71f8aafeafaa4e49dd529112fa (patch) | |
tree | 49353608247d32e255e4314cdb6136159371b965 /config | |
parent | ce08f1fd19ae42ec146676aeb98232664b184489 (diff) | |
download | gcc-c4a370d20b30fa71f8aafeafaa4e49dd529112fa.zip gcc-c4a370d20b30fa71f8aafeafaa4e49dd529112fa.tar.gz gcc-c4a370d20b30fa71f8aafeafaa4e49dd529112fa.tar.bz2 |
re PR target/49461 (boehm-gc and gcj incompatible with pie)
PR target/49461
* mh-darwin: Turn off -pie on darwin11 and later.
From-SVN: r175192
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 5b23e6f..c3a1b8b 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,5 +1,6 @@ 2011-06-15 Mike Stump <mikestump@comcast.net> + PR target/49461 * mh-darwin: Turn off -pie on darwin11 and later. 2011-04-20 Eric Botcazou <ebotcazou@adacore.com> |