diff options
author | Ian Lance Taylor <iant@google.com> | 2008-05-12 04:12:15 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2008-05-12 04:12:15 +0000 |
commit | 56b65f0c4b14827e2763a91b0020bf290a132168 (patch) | |
tree | 115e690f2d8478f5093a97b135809e8d27597cf4 /src-release | |
parent | 1563f79fa86aa3c5d9eae96e7e662a314c37928c (diff) | |
download | newlib-56b65f0c4b14827e2763a91b0020bf290a132168.zip newlib-56b65f0c4b14827e2763a91b0020bf290a132168.tar.gz newlib-56b65f0c4b14827e2763a91b0020bf290a132168.tar.bz2 |
* src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
Diffstat (limited to 'src-release')
-rw-r--r-- | src-release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-release b/src-release index 8b31442..c16f14e 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)" \ |