Commit Graph

11 Commits

Author SHA1 Message Date
Sebastian Huber
6821a629c3 Add -std=gnu++11 to CXXFLAGS if SMP is enabled
This is necessary to use the <atomic> header file used for the atomic
operations.
2014-09-08 11:13:53 +02:00
Ralf Corsépius
e7cf65453a Add missing ) 2012-05-18 11:20:54 +02:00
Ralf Corsépius
cf65bb0049 Remove obsolete reference to posix bsp. 2012-05-18 07:37:45 +02:00
Joel Sherrill
9b4422a251 Remove All CVS Id Strings Possible Using a Script
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.
2012-05-11 08:44:13 -05:00
Joel Sherrill
33a105fb69 Revert: Remove CVS Ids
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.
2012-05-07 11:08:48 -05:00
Ralf Corsépius
0caef32f7b Remove CVS-Ids. 2012-05-04 09:36:25 +02:00
Ralf Corsepius
d6a6cff23b 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
2006-10-17 17:06:38 +00:00
Ralf Corsepius
f8e5121ee5 2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
2005-01-06 16:37:10 +00:00
Ralf Corsepius
a4b8a37d4b 2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* 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.
2005-01-06 14:56:27 +00:00
Ralf Corsepius
0e8262cf24 2003-11-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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-11-26 06:21:00 +00:00
Ralf Corsepius
3c69a77436 2003-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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).
2003-08-18 05:40:53 +00:00