2002-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Unconditionally check for CXX (Hack to bug in
	autoconf > 2.54).
This commit is contained in:
Ralf Corsepius
2002-11-05 07:27:51 +00:00
parent 9584c06f3e
commit 2595580275
10 changed files with 30 additions and 16 deletions

View File

@@ -1,3 +1,8 @@
2002-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Unconditionally check for CXX (Hack to bug in
autoconf > 2.54).
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.

View File

@@ -16,10 +16,7 @@ RTEMS_ENABLE_CXX
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
RTEMS_PROG_CXX_FOR_TARGET
fi
RTEMS_PROG_CXX_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)

View File

@@ -1,3 +1,8 @@
2002-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Unconditionally check for CXX (Hack to bug in
autoconf > 2.54).
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Reformat.

View File

@@ -57,9 +57,7 @@ RTEMS_PROJECT_ROOT
RTEMS_PROG_CC_FOR_TARGET
## check for g++
if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
RTEMS_PROG_CXX_FOR_TARGET
fi
RTEMS_PROG_CXX_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS

View File

@@ -1,3 +1,8 @@
2002-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Unconditionally check for CXX (Hack to bug in
autoconf > 2.54).
2002-10-31 Joel Sherrill <joel@OARcorp.com>
* base_mp/apptask.c: Removed warning.

View File

@@ -25,9 +25,7 @@ RTEMS_PROJECT_ROOT
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
RTEMS_PROG_CXX_FOR_TARGET
fi
RTEMS_PROG_CXX_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS