Re: [PATCH] Pass LDFLAGS when building libgcc

2013-02-27 Thread Dave Korn
On 27/02/2013 19:53, Ludovic Courtès wrote: > Dave Korn skribis: > >> On 26/02/2013 22:07, Ludovic Courtès wrote: >> >>> * Makefile.in (LDFLAGS): New variable. >> "Import from automake" might be more informative. > > Automake has nothing to do with that. Thinko on my part. It's autoconf

Re: [PATCH] Pass LDFLAGS when building libgcc

2013-02-27 Thread Ludovic Courtès
Dave Korn skribis: > On 26/02/2013 22:07, Ludovic Courtès wrote: > >> * Makefile.in (LDFLAGS): New variable. > > "Import from automake" might be more informative. Automake has nothing to do with that. Ludo’.

Re: [PATCH] Pass LDFLAGS when building libgcc

2013-02-27 Thread Dave Korn
On 26/02/2013 22:07, Ludovic Courtès wrote: > * Makefile.in (LDFLAGS): New variable. "Import from automake" might be more informative. cheers, DaveK

Re: [PATCH] Pass LDFLAGS when building libgcc

2013-02-26 Thread Ludovic Courtès
Ian Lance Taylor skribis: > On Tue, Feb 26, 2013 at 11:28 AM, Ludovic Courtès wrote: >> >> In FLAGS_TO_PASS, libgcc/Makefile.in refers to $(LDFLAGS), but that >> variable is never set, so empty in practice. I believe This patches >> fixes that. > > This is OK with a ChangeLog entry. libgcc/Cha

Re: [PATCH] Pass LDFLAGS when building libgcc

2013-02-26 Thread Ian Lance Taylor
On Tue, Feb 26, 2013 at 11:28 AM, Ludovic Courtès wrote: > > In FLAGS_TO_PASS, libgcc/Makefile.in refers to $(LDFLAGS), but that > variable is never set, so empty in practice. I believe This patches > fixes that. This is OK with a ChangeLog entry. Thanks. Ian

[PATCH] Pass LDFLAGS when building libgcc

2013-02-26 Thread Ludovic Courtès
Hello, In FLAGS_TO_PASS, libgcc/Makefile.in refers to $(LDFLAGS), but that variable is never set, so empty in practice. I believe This patches fixes that. Thanks, Ludo’. --- gcc-4.7.2/libgcc/Makefile.in~ 2012-09-05 14:19:47.0 +0200 +++ gcc-4.7.2/libgcc/Makefile.in 2013-02-26 20:26:15.00