diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-04-27 20:12:11 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-04-27 20:12:11 +0000 |
commit | 7835281d47580688ee88e52ba1067ffeb47b9cf0 (patch) | |
tree | 1e39d45f7eaa0c57b5ca4f74419022ca2d170de8 | |
parent | 7133c258c527e353cd426ac59f258130ffbe80bd (diff) | |
download | cygnal-7835281d47580688ee88e52ba1067ffeb47b9cf0.tar.gz cygnal-7835281d47580688ee88e52ba1067ffeb47b9cf0.tar.bz2 cygnal-7835281d47580688ee88e52ba1067ffeb47b9cf0.zip |
* src-release (BINUTILS_SUPPORT_DIRS): Remove "cpu", since it is
still unused.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | src-release | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2003-04-26 Daniel Jacobowitz <drow@mvista.com> + + * src-release (BINUTILS_SUPPORT_DIRS): Remove "cpu", since it is + still unused. + 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000. diff --git a/src-release b/src-release index b5eca5250..de7e3d166 100644 --- a/src-release +++ b/src-release @@ -229,7 +229,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 gprof intl setup.com makefile.vms mkdep binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils $(MAKE) -f $(SELF) taz TOOL=binutils \ MD5PROG="$(MD5PROG)" \ |