Does anyone know how to tell it not to build gcov when building GCC? This gives me many errors for my target (powerpc-wrs-vxworks).
I found this line in gcc / Makefile.in:
LANGUAGES = c gcov$(exeext) gcov-dump$(exeext) $(CONFIG_LANGUAGES)
Try removing the gcov components and re-configuring.