]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Include the <root>/cpu/ dir in GDB releases
authorJoel Brobecker <brobecker@gnat.com>
Fri, 19 Aug 2011 15:51:11 +0000 (15:51 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Fri, 19 Aug 2011 15:51:11 +0000 (15:51 +0000)
This directory contains some files that are used to generate some
of the files included in the GDB release, and thus must be part of
the GDB release also.

ChangeLog:

        * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.

ChangeLog
src-release

index 72fdf174492a2f14f31757e820757bc47162d585..3931ee1c21b2d4f8923038617f81864ed7f4fa91 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-08-19  Joel Brobecker  <brobecker@adacore.com>
+
+       * src-release (GDB_SUPPORT_DIRS): Add 'cpu'.
+
 2011-05-17  Joseph Myers  <joseph@codesourcery.com>
 
        * configure.ac (avr-*-*): Add comment about why libssp is disabled.
index 8c25e6bdeeee63baa2cf0c2b1de56ff3d0cc34ff..cba438492415794ebe2c147612700fbc22e1106d 100644 (file)
@@ -269,7 +269,7 @@ gnats.tar.bz2: $(DIST_SUPPORT) $(GNATS_SUPPORT_DIRS) gnats
                SUPPORT_FILES="$(GNATS_SUPPORT_DIRS)"
 
 .PHONY: gdb.tar.bz2
-GDB_SUPPORT_DIRS= bfd include libiberty opcodes readline sim intl libdecnumber
+GDB_SUPPORT_DIRS= bfd include libiberty opcodes readline sim intl libdecnumber cpu
 gdb.tar.bz2: $(DIST_SUPPORT) $(GDB_SUPPORT_DIRS) gdb
        $(MAKE) -f $(SELF) gdb-taz TOOL=gdb \
                MD5PROG="$(MD5PROG)" \