http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47836
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2011.02.22 22:28:10 Ever Confirmed|0 |1 --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-02-22 22:28:10 UTC --- I meant how does it fail? >For example a microcontroller do not need to have any kind of standard >C-Library files or its header files. I don't think that is true. Most targets even microcontrollers one have a standard C library. Also how are you configuring GCC? If you really only want GCC and libgcc, the easiest way to do that is: make all-gcc && make all-target-libgcc make install-gcc && make install-target-libgcc