summaryrefslogtreecommitdiff
path: root/lto-plugin/ChangeLog
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2014-05-15 09:52:37 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2014-05-15 09:52:37 +0000
commit30566810bc8aba091a8763c87865522cc91ebf13 (patch)
treeea0beae0da2a6e8d4a4227bc5aeea890d1d26bb9 /lto-plugin/ChangeLog
parent3e9481da3fbca87b1f5b167690381ed130a6db11 (diff)
downloadgcc-30566810bc8aba091a8763c87865522cc91ebf13.tar.gz
Check for -static-libgcc before use (PR lto/60981)
PR lto/60981 * configure.ac: Check for -static-libgcc. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@210465 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'lto-plugin/ChangeLog')
-rw-r--r--lto-plugin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog
index 75a1f8f6076..332067ea48e 100644
--- a/lto-plugin/ChangeLog
+++ b/lto-plugin/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ PR lto/60981
+ * configure.ac: Check for -static-libgcc.
+ * configure: Regenerate.
+
2014-04-17 Jakub Jelinek <jakub@redhat.com>
PR sanitizer/56781