This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Libmudflap and MIPS, does it work?
- From: "Frank Ch. Eigler" <fche at redhat dot com>
- To: Eric Christopher <echristo at apple dot com>
- Cc: David Daney <ddaney at avtrex dot com>, gcc mailing list <gcc at gcc dot gnu dot org>
- Date: Tue, 17 Jan 2006 17:57:37 -0500
- Subject: Re: Libmudflap and MIPS, does it work?
- References: <43CD6798.50209@avtrex.com> <4355911E-586C-4CC1-B087-B9D825203FED@apple.com>
Hi -
> >Has anyone ever gotten mudflap working on mips?
> I've never tried, but I think that mudflap isn't guaranteed to work
> for cross compilers. Frank?
The compiler portion (tree-mudflap.c) should work about as well for
crosses as for native builds. The part that poses porting problems is
the libmudflap runtime.
> >If not would it be a good idea to disable mudflap by default on mips?
> Tried native? If that also doesn't work I'd be up for disabling.
I was under the impression that libmudflap was disabled by default
almost everywhere. Unless libmudflap is ported for the libc in
question, it should not be built.
- FChE