2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>

* target.cfg.in: region, extension and semaphore are no longer
	required.
This commit is contained in:
Joel Sherrill
2007-06-21 19:06:36 +00:00
parent 8e11da7e5e
commit 58a7d5f92c
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* target.cfg.in: region, extension and semaphore are no longer
required.
2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* leaf.cfg: Add optional manager stub for Barrier.

View File

@@ -50,7 +50,7 @@ export PROJECT_ROOT
# region -- used by lib/libcsupport for malloc()
# ext -- used by libc for libc reentrancy hooks
MANAGERS_REQUIRED=region ext sem
MANAGERS_REQUIRED=
# Create a RTEMS executable based on MANAGERS which was set in
# app's Makefile