This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[3.4] PATCH to gcc_release


libada and gnattools are not part of the GCC-3.4.x series.  
We should not attempt to make them into the tarballs.
Fixed thusly.

-- Gaby
2005-11-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>

	* gcc_release (ADA_DIRS): libada and gnattools are not part of
	this release.

*** maintainer-scripts/gcc_release  (revision 107600)
--- maintainer-scripts/gcc_release  (local)
*************** SOURCE_DIRECTORY=""
*** 573,579 ****
  
  # 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"
  CPLUSPLUS_DIRS="gcc/cp libstdc++-v3"
  FORTRAN_DIRS="gcc/f libf2c"
  JAVA_DIRS="gcc/java libjava libffi fastjar zlib boehm-gc"
--- 573,579 ----
  
  # 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"
  CPLUSPLUS_DIRS="gcc/cp libstdc++-v3"
  FORTRAN_DIRS="gcc/f libf2c"
  JAVA_DIRS="gcc/java libjava libffi fastjar zlib boehm-gc"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]