This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Libmudflap and MIPS, does it work?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]