2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
* src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
This commit is contained in:
parent
cd2d319d31
commit
24197bb62b
|
@ -1,5 +1,6 @@
|
||||||
2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
|
2002-10-01 Nathanael Nerode <neroden@gcc.gnu.org>
|
||||||
|
|
||||||
|
* src-release (BINUTILS_SUPPORT_DIRS): Add cpu directory.
|
||||||
* src-release: New file. Contains material for making net
|
* src-release: New file. Contains material for making net
|
||||||
releases for gdb, binutils, et al., formerly in Makefile.in.
|
releases for gdb, binutils, et al., formerly in Makefile.in.
|
||||||
|
|
||||||
|
|
|
@ -229,7 +229,7 @@ gas.tar.bz2: $(DIST_SUPPORT) $(GAS_SUPPORT_DIRS) gas
|
||||||
|
|
||||||
# The FSF "binutils" release includes gprof and ld.
|
# The FSF "binutils" release includes gprof and ld.
|
||||||
.PHONY: binutils.tar.bz2
|
.PHONY: binutils.tar.bz2
|
||||||
BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof intl setup.com makefile.vms mkdep
|
BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof intl setup.com makefile.vms mkdep cpu
|
||||||
binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
|
binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
|
||||||
$(MAKE) -f $(SELF) taz TOOL=binutils \
|
$(MAKE) -f $(SELF) taz TOOL=binutils \
|
||||||
MD5PROG="$(MD5PROG)" \
|
MD5PROG="$(MD5PROG)" \
|
||||||
|
|
Loading…
Reference in New Issue