Re: BOOT_CFLAGS coverage

2011-01-19 Thread Jack Howarth
On Tue, Jan 18, 2011 at 08:49:16PM -0800, Ian Lance Taylor wrote: > Andrew Pinski writes: > > > On Tue, Jan 18, 2011 at 5:02 PM, Jack Howarth > > wrote: > >>  While doing bootstraps with... > >> > >> make -j 8 profiledbootstrap BOOT_CFLAGS="-g -O3" > >> > >> I noticed the absence of these flags

Re: BOOT_CFLAGS coverage

2011-01-18 Thread Paul Jarc
Ian Lance Taylor wrote: > LDFLAGS_FOR_TARGET is the one that should be used. However, you're > right that it doesn't appear to happen. This is a bug. ... > I think you need to edit the file gcc/config/t-slibgcc-elf-ver. Thanks--adding $(LDFLAGS_FOR_TARGET) to SHLIB_LINK in that file seems to wo

Re: BOOT_CFLAGS coverage

2011-01-18 Thread Ian Lance Taylor
p...@po.cwru.edu (Paul Jarc) writes: > Jack Howarth wrote: >> make -j 8 profiledbootstrap BOOT_CFLAGS="-g -O3" >> >> I noticed the absence of these flags being utilized in libdecnumber, >> libffi, libgcc, etc. > > On a related note, how can I pass *linker* flags for linking libgcc? > I've passed

Re: BOOT_CFLAGS coverage

2011-01-18 Thread Paul Jarc
Jack Howarth wrote: > make -j 8 profiledbootstrap BOOT_CFLAGS="-g -O3" > > I noticed the absence of these flags being utilized in libdecnumber, > libffi, libgcc, etc. On a related note, how can I pass *linker* flags for linking libgcc? I've passed --with-stage1-ldflags and --with-boot-ldflags to

Re: BOOT_CFLAGS coverage

2011-01-18 Thread Ian Lance Taylor
Andrew Pinski writes: > On Tue, Jan 18, 2011 at 5:02 PM, Jack Howarth > wrote: >>  While doing bootstraps with... >> >> make -j 8 profiledbootstrap BOOT_CFLAGS="-g -O3" >> >> I noticed the absence of these flags being utilized in libdecnumber, libffi, >> libgcc, etc. >> This also appears to be

Re: BOOT_CFLAGS coverage

2011-01-18 Thread Andrew Pinski
On Tue, Jan 18, 2011 at 5:02 PM, Jack Howarth wrote: >  While doing bootstraps with... > > make -j 8 profiledbootstrap BOOT_CFLAGS="-g -O3" > > I noticed the absence of these flags being utilized in libdecnumber, libffi, > libgcc, etc. > This also appears to be limiting the coverage of the lto-bo

BOOT_CFLAGS coverage

2011-01-18 Thread Jack Howarth
While doing bootstraps with... make -j 8 profiledbootstrap BOOT_CFLAGS="-g -O3" I noticed the absence of these flags being utilized in libdecnumber, libffi, libgcc, etc. This also appears to be limiting the coverage of the lto-bootstrap as well. Are there any plans to address in the near term