Re: [PATCH] Install drivers from gcc/Makefile.in

2006-07-22 Thread Rafael Espíndola
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. Only now I realize that I answered in private :-( The install-common target works as before, so the ada front end is not affected. The proposed

Re: [PATCH] Install drivers from gcc/Makefile.in

2006-07-19 Thread Arnaud Charlet
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

[PATCH] Install drivers from gcc/Makefile.in

2006-07-13 Thread Rafael Espíndola
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. Additional setup like setting the c++ - g++ links remains in the Make-lang.in Ok for trunk when stage1 starts? :ADDPATCH

Re: [PATCH] Install drivers from gcc/Makefile.in

2006-07-13 Thread Andrew Pinski
On Jul 14, 2006, at 9:41 AM, Rafael Espíndola wrote: 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. Additional setup like setting the c++ - g++ links remains in the

Re: [PATCH] Install drivers from gcc/Makefile.in

2006-07-13 Thread Daniel Jacobowitz
On Thu, Jul 13, 2006 at 09:41:45PM -0300, Rafael Espíndola wrote: 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. Additional setup like setting the c++ - g++ links