Re: [PATCH] build-system: Always enable C++ if the compiler is present.

2016-08-09 Thread Joel Sherrill
I think this is a good idea. It reduces the configuration options a bit and doesn't add any run time code. It barely adds any build time. On Aug 9, 2016 10:11 PM, "Chris Johns" wrote: > We always build a C++ compiler and building with C++ does not effect > RTEMS or the runtime. This patch always

[PATCH] build-system: Always enable C++ if the compiler is present.

2016-08-09 Thread Chris Johns
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 dis