Re: [Ada] fix use of PICFLAG for Ada library variants

2012-06-14 Thread Olivier Hainque
On Jun 14, 2012, at 19:50 , Jakub Jelinek wrote: > Here is what I've committed as obvious after bootstrap/regtest on > x86_64-linux. > > 2012-06-14 Jakub Jelinek > > * gcc-interface/Makefile.in (gnatlib-shared-default): Append > $(PICFLAG_FOR_TARGET) to GNATLIBCFLAGS_FOR_C passed

Re: [Ada] fix use of PICFLAG for Ada library variants

2012-06-14 Thread Jakub Jelinek
On Thu, Jun 14, 2012 at 07:17:24PM +0200, Olivier Hainque wrote: > > On Jun 14, 2012, at 19:00 , Jakub Jelinek wrote: > > For reverting it is too late, 4.7.1 has been released already with the bug. > > > I'm already bootstrapping/regtesting the simple one-liner, if it works, will > > post it. >

Re: [Ada] fix use of PICFLAG for Ada library variants

2012-06-14 Thread Olivier Hainque
On Jun 14, 2012, at 19:00 , Jakub Jelinek wrote: > For reverting it is too late, 4.7.1 has been released already with the bug. > I'm already bootstrapping/regtesting the simple one-liner, if it works, will > post it. Thanks. So sorry again :-( Olivier

Re: [Ada] fix use of PICFLAG for Ada library variants

2012-06-14 Thread Jakub Jelinek
On Thu, Jun 14, 2012 at 06:53:46PM +0200, Olivier Hainque wrote: > On Jun 14, 2012, at 18:22 , Jakub Jelinek wrote: > > >> 2012-06-10 Olivier Hainque > >> > >>* Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PIC_FLAG_FOR_TARGET). > > > You've apparently committed during 4.7 branch freeze

Re: [Ada] fix use of PICFLAG for Ada library variants

2012-06-14 Thread Olivier Hainque
Hello Jakub, On Jun 14, 2012, at 18:22 , Jakub Jelinek wrote: >> 2012-06-10 Olivier Hainque >> >>* Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PIC_FLAG_FOR_TARGET). > You've apparently committed during 4.7 branch freeze a variant of this > patch to the 4.7 branch as well, unfortunate

Re: [Ada] fix use of PICFLAG for Ada library variants

2012-06-14 Thread Jakub Jelinek
On Mon, Jun 11, 2012 at 04:50:37PM +0200, Olivier Hainque wrote: > 2012-06-10 Olivier Hainque > > * Makefile.in (GNATLIBCFLAGS_FOR_C): Remove $(PIC_FLAG_FOR_TARGET). > (gnatlib-shared-default): Add $(PIC_FLAG_FOR_TARGET) to > GNATLIBCFLAGS_FOR_C passed to gnatlib. >

[Ada] fix use of PICFLAG for Ada library variants

2012-06-11 Thread Olivier Hainque
Hello, We used to have in gcc-interface/Makefile.in: GNATLIBCFLAGS_FOR_C = -W -Wall $(GNATLIBCFLAGS) $(TARGET_LIBGCC2_CFLAGS) ... As part of the libgcc move to toplevel, http://gcc.gnu.org/ml/gcc-patches/2011-08/msg00917