Hi, IMHO "gnattools" should be added to "ADA_DIRS" in "gcc_release" to generate snapshots properly. Otherwise, people who do not download and install "gcc-ada" tarballs will get a bootstrap error.
I no longer use official GCC source snapshots, but I still ran into this issue as I make a copy of the CVS sources containing only files needed by C, C++ and Java and discovered that my bootstrap was broken since the beginning of this week. That is, something like the following (untested) patch: Index: ChangeLog from Ranjit Mathew <[EMAIL PROTECTED]> * gcc_release (ADA_DIRS): Add "gnattools". Index: gcc_release =================================================================== --- gcc_release 2005-03-01 12:18:06.000000000 +0530 +++ gcc_release 2005-03-01 12:18:43.000000000 +0530 @@ -583,5 +583,5 @@ 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" Thanks, Ranjit. -- Ranjit Mathew Email: rmathew AT gmail DOT com Bangalore, INDIA. Web: http://ranjitmathew.hostingzero.com/