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
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
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
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
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
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
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