This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/43531] [4.5/4.6 Regression] host files being used during cross compilation



------- Comment #25 from joel at gcc dot gnu dot org  2010-04-07 12:11 -------
Although we may seem paranoid and picky, these can break things in a very weird
and very hard to debug way.  I just tripped across another place where
gcc/config is passed as an include directory to the build of a language
run-time library cross.  It showed up because there was a file name conflict
between gcc internal .h files and the support .h files on the target.

It is better to kill these.


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]