diff options
author | Nick Clifton <nickc@redhat.com> | 2002-09-30 10:34:06 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-09-30 10:34:06 +0000 |
commit | 1f3e9931a5cc6878eb99f3090160667a3d753ad6 (patch) | |
tree | 4acdc84053bf2ed20c2ba966347d0f069994d166 | |
parent | f70389b541c72c3022a63a86603526644c75102a (diff) | |
download | cygnal-1f3e9931a5cc6878eb99f3090160667a3d753ad6.tar.gz cygnal-1f3e9931a5cc6878eb99f3090160667a3d753ad6.tar.bz2 cygnal-1f3e9931a5cc6878eb99f3090160667a3d753ad6.zip |
Add cpu directory.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Makefile.in | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2002-09-30 Nick Clifton <nickc@redhat.com> + + * 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 <ac131313@redhat.com> Revert below (note that src does not contain Makefile.tpl): diff --git a/Makefile.in b/Makefile.in index ce6416767..a386b1bc1 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)" \ |