2001-10-25 Eric Norum <eric.norum@usask.ca>

* cdtest/system.h: Configure 1 semaphore.  This probably covers
	up not defining one for the GCC C++ Run-Time Libraries.
This commit is contained in:
Joel Sherrill
2001-10-25 21:47:12 +00:00
parent 9c30d6a9a6
commit 859c7d8869
4 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2001-10-25 Eric Norum <eric.norum@usask.ca>
* cdtest/system.h: Configure 1 semaphore. This probably covers
up not defining one for the GCC C++ Run-Time Libraries.
2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.

View File

@@ -29,6 +29,7 @@ rtems_task main_task(
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_MAXIMUM_TASKS 1
#define CONFIGURE_MAXIMUM_SEMAPHORES 1
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_INIT_TASK_ENTRY_POINT main_task

View File

@@ -1,3 +1,8 @@
2001-10-25 Eric Norum <eric.norum@usask.ca>
* cdtest/system.h: Configure 1 semaphore. This probably covers
up not defining one for the GCC C++ Run-Time Libraries.
2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.

View File

@@ -29,6 +29,7 @@ rtems_task main_task(
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
#define CONFIGURE_MAXIMUM_TASKS 1
#define CONFIGURE_MAXIMUM_SEMAPHORES 1
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_INIT_TASK_ENTRY_POINT main_task