From 9a4eca584321408ecac7b67a562d9c37be719d6a Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 10 Aug 2016 13:07:29 +1000 Subject: build-system: Always enable C++ if the compiler is present. 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. --- testsuites/configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'testsuites/configure.ac') diff --git a/testsuites/configure.ac b/testsuites/configure.ac index 963e05b674..086f6367d5 100644 --- a/testsuites/configure.ac +++ b/testsuites/configure.ac @@ -17,8 +17,12 @@ RTEMS_ENV_RTEMSBSP RTEMS_PROJECT_ROOT +RTEMS_PROG_CC_FOR_TARGET +RTEMS_PROG_CXX_FOR_TARGET +RTEMS_CANONICALIZE_TOOLS +AM_PROG_CC_C_O + RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) -RTEMS_PROG_CC RTEMS_CHECK_CPUOPTS([RTEMS_POSIX_API]) RTEMS_CHECK_CPUOPTS([RTEMS_MULTIPROCESSING]) -- cgit v1.2.3