Hello,
I'm crosscompiling gcc 3.4.3 from x86/Linux to ppc604/vxWorks.
After some errors because of fixinc (see
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3437)
I could go foward into the build process but now I'm stuck with a new
error. The problem is that gcov can't be built for the system I'm
targetting. So I would like to disable it but I'm not sure it is
possible. I found this message into gcc archive:
http://gcc.gnu.org/ml/gcc/2003-03/msg00825.html
but the problem does not seem to be solved.
Can anybody tell me how to disable gcov build ?