From 1456d4ce2f90e7b54951aef616d7791c7d85559a Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Mon, 28 Nov 2005 18:58:13 +0000 Subject: [PATCH] gcc_release (ADA_DIRS): libada and gnattools are not part of this release. * gcc_release (ADA_DIRS): libada and gnattools are not part of this release. From-SVN: r107613 --- maintainer-scripts/ChangeLog | 5 +++++ maintainer-scripts/gcc_release | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 4177021af697..61f0357d6b7f 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,8 @@ +2005-11-28 Gabriel Dos Reis + + * gcc_release (ADA_DIRS): libada and gnattools are not part of + this release. + 2005-11-23 Gabriel Dos Reis * gcc_release: Copy from mainline after SVN move. Remove diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release index ec7b492b030f..c50cdde23361 100755 --- a/maintainer-scripts/gcc_release +++ b/maintainer-scripts/gcc_release @@ -573,7 +573,7 @@ SOURCE_DIRECTORY="" # The directories that should be part of the various language-specific # tar files. These are all relative to the top of the source tree. -ADA_DIRS="gcc/ada libada gnattools" +ADA_DIRS="gcc/ada" CPLUSPLUS_DIRS="gcc/cp libstdc++-v3" FORTRAN_DIRS="gcc/f libf2c" JAVA_DIRS="gcc/java libjava libffi fastjar zlib boehm-gc" -- 2.47.2