------- Comment #21 from mikpe at it dot uu dot se 2010-06-21 11:18 ------- (In reply to comment #20) > (In reply to comment #19) > > Configuration options for i386-linux and x86_64-linux hosts for both > > binutils and gcc would be very much appreciated. > > I don't know if you can build the c++ frontend without libstdc++, ...
You can. Just build gcc with --target=arm-unknown-eabi --enable-languages=c,c++ --disable-libstdc++-v3 --disable-libssp. No newlib needed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44328