From: Mike Stump Date: Sun, 19 Jun 2011 17:51:02 +0000 (+0000) Subject: re PR target/49461 (boehm-gc and gcj incompatible with pie) X-Git-Tag: releases/gcc-4.5.4~582 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aecc275282c34083895eb2022093b5113870905;p=thirdparty%2Fgcc.git re PR target/49461 (boehm-gc and gcj incompatible with pie) 2011-06-19 Jack Howarth PR target/49461 * configure.ac: Use mh-x86-darwin. * configure: Regenerate. config: 2011-06-19 Jack Howarth PR target/49461 * mh-x86-darwin: Add file and pass -no_pie on BOOT_LDFLAGS for darwin11. From-SVN: r175191 --- diff --git a/ChangeLog b/ChangeLog index 05eb51b5e640..a70518e25680 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,8 @@ -2011-06-18 Jack Howarth +2011-06-19 Jack Howarth PR target/49461 * configure.ac: Use mh-x86-darwin. * configure: Regenerate. - * config/mh-x86-darwin: Add file and pass -no_pie on BOOT_LDFLAGS - for darwin11. 2011-04-28 Release Manager diff --git a/config/ChangeLog b/config/ChangeLog index f35ec9f78065..b913499c04ad 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,9 @@ +2011-06-19 Jack Howarth + + PR target/49461 + * mh-x86-darwin: Add file and pass -no_pie on BOOT_LDFLAGS for + darwin11. + 2011-04-28 Release Manager * GCC 4.5.3 released.