Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2008-05-12 08:12:15 +0400
committerIan Lance Taylor <iant@google.com>2008-05-12 08:12:15 +0400
commit56b65f0c4b14827e2763a91b0020bf290a132168 (patch)
tree115e690f2d8478f5093a97b135809e8d27597cf4
parent1563f79fa86aa3c5d9eae96e7e662a314c37928c (diff)
* src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
-rw-r--r--ChangeLog4
-rw-r--r--src-release2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8900ffa92..d51272e08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-11 Ian Lance Taylor <iant@google.com>
+
+ * src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
+
2008-04-18 Paolo Bonzini <bonzini@gnu.org>
Sync with gcc:
diff --git a/src-release b/src-release
index 8b3144284..c16f14e8b 100644
--- a/src-release
+++ b/src-release
@@ -251,7 +251,7 @@ gas.tar.bz2: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas
# The FSF "binutils" release includes gprof and ld.
.PHONY: binutils.tar.bz2
-BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof intl setup.com makefile.vms mkdep cpu
+BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld elfcpp gold gprof intl setup.com makefile.vms mkdep cpu
binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
$(MAKE) -f $(SELF) taz TOOL=binutils \
MD5PROG="$(MD5PROG)" \