public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Is there a way to exclude a dir from multilibing?
@ 2005-07-26 17:58 Kean Johnston
  2005-07-26 18:00 ` Andrew Pinski
  0 siblings, 1 reply; 2+ messages in thread
From: Kean Johnston @ 2005-07-26 17:58 UTC (permalink / raw)
  To: gcc

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?

Any help greatly appreciated.

Kean

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Is there a way to exclude a dir from multilibing?
  2005-07-26 17:58 Is there a way to exclude a dir from multilibing? Kean Johnston
@ 2005-07-26 18:00 ` Andrew Pinski
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Pinski @ 2005-07-26 18:00 UTC (permalink / raw)
  To: jkj; +Cc: gcc

> 
> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-07-26 18:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-26 17:58 Is there a way to exclude a dir from multilibing? Kean Johnston
2005-07-26 18:00 ` Andrew Pinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).