bug-libtool
[Top][All Lists]
Advanced

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

Re: handling of -B with libtool


From: Ralf Wildenhues
Subject: Re: handling of -B with libtool
Date: Tue, 8 May 2007 08:40:02 +0200
User-agent: Mutt/1.5.15 (2007-04-29)

Hello Mike,

* Mike Frysinger wrote on Tue, May 08, 2007 at 12:41:44AM CEST:
> looking through current libtool code, i dont see any places that it allows 
> gcc's -B arguments through to the linking stage ... is there such code

Currently not.  It would have to be at least a bit smart, too, to avoid
passing through stuff like -Bstatic etc.

> or does it need to be added to the allowed flag list for valid linking
> flags ?

Not if it was passed in $CC, as in
  ./configure CC='gcc -B /foo'

which seems only prudent, as it makes little sense to sometimes use -B
and sometimes not use it within one build, AFAICS.

Is there any problem you have encountered?

Cheers,
Ralf




reply via email to

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