mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-19 14:12:21 +08:00
We always build a C++ compiler and building with C++ does not effect RTEMS or the runtime. This patch always enabled the support. There is no need to manually enable it any more. You can disable C++ with '--disable-cxx'. If an architecture does not have a C++ compiler support is automatically disabled.