2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
	Remove AM_CONDITIONAL(HAS_MP).
This commit is contained in:
Ralf Corsepius
2004-02-03 04:19:22 +00:00
parent 477180fa73
commit dc425057b8
4 changed files with 10 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
Remove AM_CONDITIONAL(HAS_MP).
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.

View File

@@ -15,10 +15,6 @@ RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS
RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])
AC_OUTPUT

View File

@@ -1,3 +1,8 @@
2004-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
Remove AM_CONDITIONAL(HAS_MP).
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.

View File

@@ -15,10 +15,6 @@ RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS
RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])
AC_OUTPUT