------- Comment #11 from corsepiu at gcc dot gnu dot org  2010-03-30 16:50 
-------
(In reply to comment #9)
> Maybe I am misreading the command invoked in Ralf's original report but it is
> using xgcc which is the cross gcc:

No, you haven't - It's likely a better analysis of the same issue

I was observing xgcc being used with "target-includes" causing build failures
for the m32r and h8300, because this pulls-in build-host config.h's into
compiling target files.

You are saying: h8300.c is a host file and should not be compiled with the
cross-compiler.

I think we are getting closer ... Could this be a CC vs. CC_FOR_BUILD issue?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43531

Reply via email to