summaryrefslogtreecommitdiffstats
path: root/maintainer-scripts
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-11 01:47:31 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-11 01:47:31 +0000
commitb0a4381b828201616a47348dd32fcb614d61bf63 (patch)
treea9426ad01f70358ad74f01522051b06c4d221629 /maintainer-scripts
parent6e1c4c981c1b53e8e7665b7c4ca8d0b4b99a4c85 (diff)
downloadppe42-gcc-b0a4381b828201616a47348dd32fcb614d61bf63.tar.gz
ppe42-gcc-b0a4381b828201616a47348dd32fcb614d61bf63.zip
Fix non-Ada bootstrap failure reported by Ranjit Mathew
2005-03-10 Ranjit Mathew <rmathew@hotmail.com> * gcc_release (ADA_DIRS): Add "gnattools". git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96281 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'maintainer-scripts')
-rw-r--r--maintainer-scripts/ChangeLog4
-rwxr-xr-xmaintainer-scripts/gcc_release2
2 files changed, 5 insertions, 1 deletions
diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog
index 1f6924173bb..3393ecb9cb5 100644
--- a/maintainer-scripts/ChangeLog
+++ b/maintainer-scripts/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-10 Ranjit Mathew <rmathew@hotmail.com>
+
+ * gcc_release (ADA_DIRS): Add "gnattools".
+
2005-02-25 Mark Mitchell <mark@codesourcery.com>
* crontab: Adjust for 4.0 branch.
diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release
index 89eec350ee9..f75d9befa14 100755
--- a/maintainer-scripts/gcc_release
+++ b/maintainer-scripts/gcc_release
@@ -582,7 +582,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"
+ADA_DIRS="gcc/ada libada gnattools"
CPLUSPLUS_DIRS="gcc/cp libstdc++-v3"
FORTRAN_DIRS="gcc/f libf2c"
FORTRAN95_DIRS="gcc/fortran libgfortran"
OpenPOWER on IntegriCloud