This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Install drivers from gcc/Makefile.in
- From: Arnaud Charlet <charlet at adacore dot com>
- To: Rafael Espíndola <rafael dot espindola at gmail dot com>
- Cc: GCC Mailing List <gcc at gcc dot gnu dot org>
- Date: Wed, 19 Jul 2006 14:12:16 +0200
- Subject: Re: [PATCH] Install drivers from gcc/Makefile.in
- References: <564d96fb0607131741g8a3c742se8f65e0a84e9d747@mail.gmail.com>
> 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 <rafael.espindola@gmail.com>
>
> * 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