------- Additional Comments From mmitchel at gcc dot gnu dot org 2005-07-29 14:45 ------- Since you're not using --with-sysroot or --with-build-sysroot, I'm slightly surprised.
What is SYSTEM_HEADER_DIR in your generated gcc/Makefile? Is it $(CROSS_SYSTEM_HEADER_DIR), $(NATIVE_SYSTEM_HEADER_DIR), or something worse? I think I see a bug with *native* compilers that use --with-sysroot, but you're in a cross configuration. Of course, I'll try it myself and see momentarily. Thanks! -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23131