From: Nick Clifton Date: Mon, 30 Sep 2002 10:34:06 +0000 (+0000) Subject: Add cpu directory. X-Git-Tag: drow-cplus-branchpoint~78 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82a9b2d95c42689b94274a8ffa1bbfd01dbfb30f;p=external%2Fbinutils.git Add cpu directory. --- diff --git a/ChangeLog b/ChangeLog index e2629d5..c92e73f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-09-30 Nick Clifton + + * cpu: New top level directory. Intended to hold input files for + CGEN which have FSF copyright assignment. + * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory. + 2002-09-29 Andrew Cagney Revert below (note that src does not contain Makefile.tpl): diff --git a/Makefile.in b/Makefile.in index ce64167..a386b1b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2000,7 +2000,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 +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 $(MAKE) -f Makefile.in taz TOOL=binutils \ MD5PROG="$(MD5PROG)" \