[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Keeping ‘-B’ link flags
From: |
Ralf Wildenhues |
Subject: |
Re: Keeping ‘-B’ link flags |
Date: |
Tue, 18 May 2010 07:30:11 +0200 |
User-agent: |
Mutt/1.5.20 (2009-10-28) |
Hello Ludovic,
* Ludovic Courtès wrote on Tue, May 18, 2010 at 01:26:58AM CEST:
> In ‘link’ mode ‘libtool’ swallows GCC ‘-B’ arguments. How can it be
> worked around? Using $GCC_EXEC_PREFIX doesn’t help because it’s too
> coarse-grain.
The same way as with other link flags: using '-Wc,' or using '-Xcompiler '
or adding -B to $CC during configure already.
We should probably allow -B through though, but I'm not sure if libtool
needs adjusting elsewhere for it. Putting it in $CC seems safest.
Cheers,
Ralf