diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-02 14:13:37 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-02 14:13:37 +0000 |
commit | 1a4f45ec561061175f65785bc33f8a4aa0007c0e (patch) | |
tree | d3cf010a771c7989f27711166a6e0dcd842e9115 /config/ChangeLog | |
parent | bfc463e4662ab7c4dcf6e85de5eaaa5e937781d9 (diff) | |
download | gcc-1a4f45ec561061175f65785bc33f8a4aa0007c0e.tar.gz |
2010-01-02 Richard Guenther <rguenther@suse.de>
PR lto/41529
* configure.ac: Include config/elf.m4. Disable LTO if not
builting for an elf target.
* configure: Regenerate.
config/
* elf.m4: New file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155565 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config/ChangeLog')
-rw-r--r-- | config/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 9e524fc8737..a881349ba84 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,8 @@ +2010-01-02 Richard Guenther <rguenther@suse.de> + + PR lto/41529 + * elf.m4: New file. + 2009-11-30 Joseph Myers <joseph@codesourcery.com> * largefile.m4 (ACX_LARGEFILE): Require AC_CANONICAL_HOST and |