* gcc_release: Add libada as part of ADA_DIRS.

From-SVN: r77595
This commit is contained in:
Arnaud Charlet 2004-02-10 12:23:20 +01:00 committed by Arnaud Charlet
parent d9cdb878ac
commit 0e315ffc0d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-02-10 Arnaud Charlet <charlet@act-europe.fr>
* gcc_release: Add libada as part of ADA_DIRS.
2004-01-21 Gerald Pfeifer <gerald@pfeifer.com>
* crontab: Make 3.4 snapshots from the new 3.4 release branch.

View File

@ -479,7 +479,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"
ADA_DIRS="gcc/ada libada"
CPLUSPLUS_DIRS="gcc/cp libstdc++-v3"
FORTRAN_DIRS="gcc/f libf2c"
JAVA_DIRS="gcc/java libjava libffi fastjar zlib boehm-gc"