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: Eric Christopher <echristo at apple dot com>
- To: David Daney <ddaney at avtrex dot com>
- Cc: gcc mailing list <gcc at gcc dot gnu dot org>, fche at redhat dot com
- Date: Tue, 17 Jan 2006 14:47:22 -0800
- Subject: Re: Libmudflap and MIPS, does it work?
- References: <43CD6798.50209@avtrex.com>
On Jan 17, 2006, at 1:54 PM, David Daney wrote:
I am running make -k check on a 4.1 mipsel-linux cross compiler.
It seems that many of the libmudflap tests enter some sort of
endless loop. Strace shows no system calls, but they take 100% of
the cpu.
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?
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.
-eric