aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@integrable-solutions.net>2005-11-28 18:58:13 +0000
committerGabriel Dos Reis <gdr@gcc.gnu.org>2005-11-28 18:58:13 +0000
commit1456d4ce2f90e7b54951aef616d7791c7d85559a (patch)
tree114d32f4a2bd54d4b9a231fbb75d48364300b817 /maintainer-scripts
parentdb62de55a2c4cfe95deb49f5ef1ee9fa7bf625e7 (diff)
downloadgcc-1456d4ce2f90e7b54951aef616d7791c7d85559a.zip
gcc-1456d4ce2f90e7b54951aef616d7791c7d85559a.tar.gz
gcc-1456d4ce2f90e7b54951aef616d7791c7d85559a.tar.bz2
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
Diffstat (limited to 'maintainer-scripts')
-rw-r--r--maintainer-scripts/ChangeLog5
-rwxr-xr-xmaintainer-scripts/gcc_release2
2 files changed, 6 insertions, 1 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 4177021..61f0357d 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
+
+ * gcc_release (ADA_DIRS): libada and gnattools are not part of
+ this release.
+
2005-11-23 Gabriel Dos Reis <gdr@integrable-solutions.net>
* gcc_release: Copy from mainline after SVN move. Remove
diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release
index ec7b492..c50cdde 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"