OSDN Git Service

* gcc_release: Add libada as part of ADA_DIRS.
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Feb 2004 11:23:20 +0000 (11:23 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Feb 2004 11:23:20 +0000 (11:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77595 138bc75d-0d04-0410-961f-82ee72b054a4

maintainer-scripts/ChangeLog
maintainer-scripts/gcc_release

index f2ecdb2..cef572b 100644 (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.
 2004-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
 
        * crontab: Make 3.4 snapshots from the new 3.4 release branch.
index d0a99fa..bb82442 100755 (executable)
@@ -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.
 
 # 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"
 CPLUSPLUS_DIRS="gcc/cp libstdc++-v3"
 FORTRAN_DIRS="gcc/f libf2c"
 JAVA_DIRS="gcc/java libjava libffi fastjar zlib boehm-gc"