2001-06-14 Joel Sherrill <joel@OARcorp.com>

* cdtest/system.h: Removed configure of POSIX mutexes since
	there do not appear to be any used in this test.
This commit is contained in:
Joel Sherrill
2001-06-14 13:37:10 +00:00
parent 451198be14
commit 2aceb81909
4 changed files with 10 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
2001-06-14 Joel Sherrill <joel@OARcorp.com>
* cdtest/system.h: Removed configure of POSIX mutexes since
there do not appear to be any used in this test.
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]). * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).

View File

@@ -34,9 +34,6 @@ rtems_task main_task(
#define CONFIGURE_INIT_TASK_ENTRY_POINT main_task #define CONFIGURE_INIT_TASK_ENTRY_POINT main_task
#define CONFIGURE_INIT_TASK_NAME rtems_build_name( 'C', 'T', 'O', 'R' ) #define CONFIGURE_INIT_TASK_NAME rtems_build_name( 'C', 'T', 'O', 'R' )
/* Guess at this one */
#define CONFIGURE_MAXIMUM_POSIX_MUTEXES 2
#include <confdefs.h> #include <confdefs.h>
/* end of include file */ /* end of include file */

View File

@@ -1,3 +1,8 @@
2001-06-14 Joel Sherrill <joel@OARcorp.com>
* cdtest/system.h: Removed configure of POSIX mutexes since
there do not appear to be any used in this test.
2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]). * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).

View File

@@ -34,9 +34,6 @@ rtems_task main_task(
#define CONFIGURE_INIT_TASK_ENTRY_POINT main_task #define CONFIGURE_INIT_TASK_ENTRY_POINT main_task
#define CONFIGURE_INIT_TASK_NAME rtems_build_name( 'C', 'T', 'O', 'R' ) #define CONFIGURE_INIT_TASK_NAME rtems_build_name( 'C', 'T', 'O', 'R' )
/* Guess at this one */
#define CONFIGURE_MAXIMUM_POSIX_MUTEXES 2
#include <confdefs.h> #include <confdefs.h>
/* end of include file */ /* end of include file */