> The attached patch moves the basic installation of the compiler > drivers from gcc/*/Make-lang.in to gcc/Makefile.in. The Make-lang.in > has only to inform the driver's name.
What about Ada ? Will things still work after your change ? It would seem cleaner (if not mandatory) to take all languages into account in your change. Thanks in advance. > 2006-07-13 Rafael Ávila de Espíndola <[EMAIL PROTECTED]> > > * gcc/java/Make-lang.in (DRIVERS): New > (java.install-common): Don't Install the driver > * gcc/cp/Make-lang.in (DRIVERS): New > (c++.install-common): Don't install the driver > * gcc/fortran/Make-lang.in (DRIVERS): New > (fortran.install-common): Don't install the driver > * gcc/treelang/Make-lang.in (DRIVERS): New > (treelang.install.common.done): Don't install the driver > * gcc/Makefile.in (DRIVERS): New > (LANG_INSTALL_COMMONS): New > (install-drivers): New