Possible to build toolchain and RTEMS without C++?

We don’t need C++ with all its files, since our application is C only. I wondered if I can speed up rsb and waf and trim some fat by disabling the C++ compiler and C++ files being installed. The rsb-source-builder suppports --without-cxx and does not build the C++ compiler, yay.

However, waf configure keeps looking for a C++ compiler and stops because it cannot find one. Is there a way to tell waf I don’t need C++ support?

Please raise an issue?

Very well: waf insists on finding a C++ compiler (#9) · Issues · RTEMS / Tools / RTEMS Waf · GitLab

Thank you. We will discuss this in more detail in the issue.