summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-27 14:27:15 +0000
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-27 14:27:15 +0000
commitaf7c566277dfb54b1e235bed7274ad8d7125b356 (patch)
tree7c312b5d48c226436e16c893bc2b530ce97557c6 /ChangeLog
parentf3c9277e8d292c983a70d13c4feb45dd7bf22ed3 (diff)
downloadgcc-af7c566277dfb54b1e235bed7274ad8d7125b356.tar.gz
* configure.ac (--enable-gold): Support both, both/gold and
both/bfd to add gold to configdirs without removing ld. * configure: Regenerated. * Makefile.def: Add install-gold dependency to install-ld. * Makefile.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158786 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6105c41ffe8..64b2de3354d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2010-04-27 Roland McGrath <roland@redhat.com>
+ H.J. Lu <hongjiu.lu@intel.com>
+
+ * configure.ac (--enable-gold): Support both, both/gold and
+ both/bfd to add gold to configdirs without removing ld.
+ * configure: Regenerated.
+
+ * Makefile.def: Add install-gold dependency to install-ld.
+ * Makefile.in: Regenerated.
+
2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
PR lto/42776