This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Specifying a MULTILIB dependency
On 26 Jun 2006 14:04:36 -0700, Ian Lance Taylor <iant@google.com> >
The usual hacked up way is to MULTILIB_EXCEPTIONS to remove
-msingle-pic-base without -fPIC. Something like
MULTILIB_EXCEPTIONS = -msingle-pic-base
might do it.
I tried your suggestion, but it didn't seem to have the desired
effect. With my limited understanding of how MULTILIB_EXCEPTIONS
works, I thought the following attempt might have a chance:
MULTILIB_EXCEPTIONS += *!fPIC*/*msingle-pic-base*
No luck though.
Cheers,
Shaun