From 0fb7f80a64b977398f012b8cf2f99f126ac30703 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 19 Aug 2011 15:51:11 +0000 Subject: [PATCH] Include the /cpu/ dir in GDB releases 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 | 4 ++++ src-release | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 72fdf174492..3931ee1c21b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-08-19 Joel Brobecker + + * src-release (GDB_SUPPORT_DIRS): Add 'cpu'. + 2011-05-17 Joseph Myers * configure.ac (avr-*-*): Add comment about why libssp is disabled. diff --git a/src-release b/src-release index 8c25e6bdeee..cba43849241 100644 --- a/src-release +++ b/src-release @@ -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)" \ -- 2.47.2