forked from Imagelibrary/rtems
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:
@@ -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]).
|
||||||
|
|||||||
@@ -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 */
|
||||||
|
|||||||
@@ -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]).
|
||||||
|
|||||||
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user