mudflap is gone upstream
** Changed in: gcc-defaults (Ubuntu)
Status: Confirmed => Won't Fix
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/803775
Title:
10.10 cant seem to use -fmudflap with
** Changed in: gcc-defaults (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/803775
Title:
10.10 cant seem to use -fmudflap with gcc 4.4
To manage notification
*Update* This seems like an ubuntu specific thing
zomg@master:~/trash$ mv dummy.c test.c
zomg@master:~/trash$ cat test.c
#include
int main()
{
return 0;
}
zomg@master:~/trash$ gcc test.c
zomg@master:~/trash$ echo $?
0
zomg@master:~/trash$ gcc test.c -fmudflap -lmudflap
zomg@master:~/trash$