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