29 ms·
Converting the stage 1 bootstrapping compiler to C++ is a bad idea IMO. There any many embedded platforms without a C++ compiler (except perhaps downrev gcc).
by molo 14y ago
Converting the stage 1 bootstrapping compiler to C++ is a bad idea IMO. There any many embedded platforms without a C++ compiler (except perhaps downrev gcc).
- eliasmacpherson 14y agoso cross compilation is the only option for these embedded platforms?
- CJefferson 14y agoI wonder if you have tried building gcc recently? While it doesn't require a C++ compiler, in the last few years it has required an increasing list of fairly modern libraries. I don't think requiring a C++ compiler will make things that much harder.
- klodolph 14y agoWhy are you bootstrapping on an embedded platform?