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


_______________________________________________
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool

Reply via email to