Re: LFLAGS+=-Wl,-q causes ld to signal 11 during collect2

2012-02-25 Thread Alan Modra
On Fri, Feb 24, 2012 at 09:50:08AM -0600, david.hag...@gmail.com wrote: > I have spent the past couple of days tracking down why my builds all fail > with > collect2: ld terminated with signal 11 [Segmentation fault] > This was 100% repeatable with binutils 2.20 and 2.22, on multiple > architecture

Re: LFLAGS+=-Wl,-q causes ld to signal 11 during collect2

2012-02-24 Thread nick clifton
Hi David, I finally found that the cause was passing LFLAGS+=-Wl,-q to the compiler (asking LD to emit relocation records). Please could you file a bug report for this here: http://sourceware.org/bugzilla Including a way to reproduce the problem will really help. Cheers Nick __

LFLAGS+=-Wl,-q causes ld to signal 11 during collect2

2012-02-24 Thread david . hagood
I have spent the past couple of days tracking down why my builds all fail with collect2: ld terminated with signal 11 [Segmentation fault] This was 100% repeatable with binutils 2.20 and 2.22, on multiple architectures (X86 and ARM). I finally found that the cause was passing LFLAGS+=-Wl,-q to the