* src-release (BINUTILS_SUPPORT_DIRS): Add elfcpp and gold.
This commit is contained in:
parent
1563f79fa8
commit
56b65f0c4b
|
@ -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:
|
||||
|
|
|
@ -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)" \
|
||||
|
|
Loading…
Reference in New Issue