From: Gabriel Dos Reis Date: Mon, 28 Nov 2005 18:58:13 +0000 (+0000) Subject: gcc_release (ADA_DIRS): libada and gnattools are not part of this release. X-Git-Tag: releases/gcc-3.4.5~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1456d4ce2f90e7b54951aef616d7791c7d85559a;p=thirdparty%2Fgcc.git 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 --- 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"