------- Comment #4 from amylaar at gcc dot gnu dot org 2010-07-01 09:44 -------
What is the target triple from config.guess? I've tried cross compilers
from i686-pc-linux-gnu to ia64-elf and ia64-linux-gnu
(using ccc (GCC) 4.4.4 20100503 (Red Hat 4.4.4-2)), but I get lots
of extra errors (and even more warnings).
ia64-elf:
[amyl...@laria gcc]$ make ia64.o 2>&1 | grep -c error
128
[amyl...@laria gcc]$ ^C
[amyl...@laria gcc]$ make ia64.o 2>&1 | wc
414 3038 40231
[amyl...@laria gcc]$ make ia64.o 2>&1 | grep -c error:
128
ia64-linux-gnu:
[amyl...@laria gcc]$ make ia64.o 2>&1|wc
414 3039 40258
[amyl...@laria gcc]$ make ia64.o 2>&1|grep -c error:
128
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44732