bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: binutils-2.15: followup on two 2.14 bugs unfixed


From: Michael Deutschmann
Subject: Re: binutils-2.15: followup on two 2.14 bugs unfixed
Date: Thu, 30 Sep 2004 16:17:48 -0700 (PDT)

On Thu, 30 Sep 2004, Nick Clifton wrote:
> As far as I can tell problem 1 has never been fixed, in either the
> binutils or the GCC sources.  Do you still have the email response to
> this bug report ?  If so please could you forward it to me, or else post
> the URL for it in the mailing list archive.

The mail.gnu.org archive doesn't go back that far.  I've enclosed the
messages I saw/sent.

---- Michael Deutschmann <address@hidden>
--- Begin Message --- Subject: binutils-2.14: configure ignores LDFLAGS in environment Date: Sat, 21 Jun 2003 03:54:34 -0700 (PDT)
The outer configure script in binutils-2.14 ignores the LDFLAGS
environment variable.  Thus, custom LDFLAGS settings are not respected
when building this version of binutils.

The problem seems to be in Makefile.in, which doesn't use the @LDFLAGS@
substitution, instead always putting "LDFLAGS =" in the output Makefile.

---- Michael Deutschmann <address@hidden>

--- End Message ---
--- Begin Message --- Subject: Re: binutils-2.14: configure ignores LDFLAGS in environment Date: Fri, 04 Jul 2003 16:18:44 +0100 User-agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.2 (gnu/linux)
Hi Alex,

Could you comment on this bug report please ?

> Michael Deutschmann <address@hidden> writes:
>
> The outer configure script in binutils-2.14 ignores the LDFLAGS
> environment variable.  Thus, custom LDFLAGS settings are not
> respected when building this version of binutils.
>
> The problem seems to be in Makefile.in, which doesn't use the
> @LDFLAGS@ substitution, instead always putting "LDFLAGS =" in the
> output Makefile.


I notice that neither GCC nor binutils allows the setting of LDFLAGS
at the top level.  Is there a reason for this ?

Cheers
        Nick
        


--- End Message ---
--- Begin Message --- Subject: Re: binutils-2.14: configure ignores LDFLAGS in environment Date: 04 Jul 2003 16:15:23 -0300 User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3
On Jul  4, 2003, Nick Clifton <address@hidden> wrote:

> Hi Alex,

> Could you comment on this bug report please ?

>> Michael Deutschmann <address@hidden> writes:

>> The outer configure script in binutils-2.14 ignores the LDFLAGS
>> environment variable.  Thus, custom LDFLAGS settings are not
>> respected when building this version of binutils.

>> The problem seems to be in Makefile.in, which doesn't use the
>> @LDFLAGS@ substitution, instead always putting "LDFLAGS =" in the
>> output Makefile.

> I notice that neither GCC nor binutils allows the setting of LDFLAGS
> at the top level.  Is there a reason for this ?

I can't see any reason either.  DJ, Nathan, can you?  If not, we
should probably fix this such that LDFLAGS is propagated from the
top-level configure to sub-configures.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 address@hidden, gcc.gnu.org}
CS PhD student at IC-Unicamp        address@hidden, gnu.org}
Free Software Evangelist                Professional serial bug killer

--- End Message ---
--- Begin Message --- Subject: Re: binutils-2.14: configure ignores LDFLAGS in environment Date: Sat, 5 Jul 2003 11:23:54 -0400

> I can't see any reason either.  DJ, Nathan, can you?  If not, we
> should probably fix this such that LDFLAGS is propagated from the
> top-level configure to sub-configures.

The toplevel make *does* set LDFLAGS in the environment for build and
target sub-configures.  I see no reason why it shouldn't be done for
host as well.

We do need to be careful of the cross-host case, though.

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]