------- Comment #7 from rearnsha at gcc dot gnu dot org 2009-12-05 14:37 ------- There probably is no patch. If you are building a compiler with no headers, then you can't just type 'make' and expect it to work.
Instead you must just build those targets you really need (like the core compiler) I tend to use make all-gcc in those circumstances. You build and install a compiler binary, then build and install your system headers and then finally go back and build the support libraries you need. -- rearnsha at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED Resolution| |WORKSFORME http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42280