This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Is there a way to exclude a dir from multilibing?
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: jkj at sco dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 26 Jul 2005 14:00:20 -0400 (EDT)
- Subject: Re: Is there a way to exclude a dir from multilibing?
>
> All,
>
> Is there a way to exclude a given directory, for example,
> libjava, from multilibing? There are certainly cases where
> it may make sense to have the C/C++ runtime be multilibbed
> one way, but not have libjava multilibed the same way.
> I looked for something like this in the docs and didn't
> find it but perhaps someone knows some voodoo I can use?
No there is no way. Multilibbed means all libraries and
really supposed to be used with different ABIs and not
different APIs.
-- Pinski