From 8bad007cf733b9c5fbe6afd8b9b2fe57b55a14fb Mon Sep 17 00:00:00 2001 From: Ranjit Mathew Date: Fri, 11 Mar 2005 01:47:31 +0000 Subject: Fix non-Ada bootstrap failure reported by Ranjit Mathew 2005-03-10 Ranjit Mathew Fix non-Ada bootstrap failure reported by Ranjit Mathew 2005-03-10 Ranjit Mathew * gcc_release (ADA_DIRS): Add "gnattools". From-SVN: r96281 --- maintainer-scripts/gcc_release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'maintainer-scripts/gcc_release') diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release index 89eec35..f75d9be 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" -- cgit v1.1