summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal/prog-cxx.m4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* */aclocal/*: Remove remnants of autoconf/automae build systemJoel Sherrill2021-11-291-49/+0
| | | | Updates #4081.
* Fix warnings for using C/ObjC specific GCC flags with C++Joel Sherrill2017-10-111-0/+6
| | | | Closes #3181.
* build-system: Always enable C++ if the compiler is present.Chris Johns2016-08-111-17/+22
| | | | | | | | | | | 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.
* Add -std=gnu++11 to CXXFLAGS if SMP is enabledSebastian Huber2014-09-081-1/+6
| | | | | This is necessary to use the <atomic> header file used for the atomic operations.
* Add missing )Ralf Corsépius2012-05-181-1/+1
|
* Remove obsolete reference to posix bsp.Ralf Corsépius2012-05-181-1/+0
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Revert: Remove CVS IdsJoel Sherrill2012-05-071-0/+3
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-041-3/+0
|
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-171-0/+1
| | | | * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
* 2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-061-0/+3
| | | | * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
* 2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-061-7/+4
| | | | | | | | | | * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V. * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up RTEMS_CFLAGS. * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX conditional.
* 2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4, aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4, aclocal/check-itron.m4, aclocal/check-multiprocessing.m4, aclocal/check-networking.m4, aclocal/check-posix.m4, aclocal/check-tool.m4, aclocal/config-subdirs.m4, aclocal/enable-bare.m4, aclocal/enable-cxx.m4, aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4, aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix underquoting to silence automake-1.8.
* 2003-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-181-0/+35
* aclocal/bsp-alias.m4: New (Copied from ../../../aclocal). * aclocal/canonical-host.m4: New (Copied from ../../../aclocal). * aclocal/canonicalize-tools.m4: New (Copied from ../../../aclocal). * aclocal/canonical-target-name.m4: New (Copied from ../../../aclocal). * aclocal/check-cpu.m4: New (Copied from ../../../aclocal). * aclocal/check-custom-bsp.m4: New (Copied from ../../../aclocal). * aclocal/check-cxx.m4: New (Copied from ../../../aclocal). * aclocal/check-itron.m4: New (Copied from ../../../aclocal). * aclocal/check-multiprocessing.m4: New (Copied from ../../../aclocal). * aclocal/check-networking.m4: New (Copied from ../../../aclocal). * aclocal/check-posix.m4: New (Copied from ../../../aclocal). * aclocal/check-tool.m4: New (Copied from ../../../aclocal). * aclocal/config-subdirs.m4: New (Copied from ../../../aclocal). * aclocal/enable-bare.m4: New (Copied from ../../../aclocal). * aclocal/enable-cxx.m4: New (Copied from ../../../aclocal). * aclocal/enable-itron.m4: New (Copied from ../../../aclocal). * aclocal/enable-multiprocessing.m4: New (Copied from ../../../aclocal). * aclocal/enable-networking.m4: New (Copied from ../../../aclocal). * aclocal/enable-posix.m4: New (Copied from ../../../aclocal). * aclocal/enable-rtemsbsp.m4: New (Copied from ../../../aclocal). * aclocal/enable-tests.m4: New (Copied from ../../../aclocal). * aclocal/env-rtemsbsp.m4: New (Copied from ../../../aclocal). * aclocal/gcc-isystem.m4: New (Copied from ../../../aclocal). * aclocal/gcc-pipe.m4: New (Copied from ../../../aclocal). * aclocal/gcc-specs.m4: New (Copied from ../../../aclocal). * aclocal/multilib.m4: New (Copied from ../../../aclocal). * aclocal/path-ksh.m4: New (Copied from ../../../aclocal). * aclocal/prog-cc.m4: New (Copied from ../../../aclocal). * aclocal/prog-cxx.m4: New (Copied from ../../../aclocal). * aclocal/project-root.m4: New (Copied from ../../../aclocal). * aclocal/quoting.m4: New (Copied from ../../../aclocal). * aclocal/rtems-cpu-subdirs.m4: New (Copied from ../../../aclocal). * aclocal/rtems-flags.m4: New (Copied from ../../../aclocal). * aclocal/rtems-test-no-pause.m4: New (Copied from ../../../aclocal). * aclocal/rtems-top.m4: New (Copied from ../../../aclocal). * aclocal/target.m4: New (Copied from ../../../aclocal). * aclocal/tool-paths.m4: New (Copied from ../../../aclocal). * aclocal/version.m4: New (Copied from ../../../aclocal).