2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>

* leaf.cfg: Add optional manager stub for Barrier.
This commit is contained in:
Joel Sherrill
2007-05-09 18:43:18 +00:00
parent ded1977959
commit d54c0288c1
2 changed files with 7 additions and 6 deletions
+4
View File
@@ -1,3 +1,7 @@
2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* leaf.cfg: Add optional manager stub for Barrier.
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.
+3 -6
View File
@@ -14,7 +14,8 @@
# ref: target compiler config file for usage
#
MANAGER_LIST=dpmem event io msg mp part region sem signal timer rtmon ext
MANAGER_LIST=barrier dpmem event io msg mp part
MANAGER_LIST+=region sem signal timer rtmon ext
# Convert *real* spellings in $(MANAGERS) (set
# in application makefile) to their "correct" name.
@@ -35,11 +36,7 @@ MANAGERS := $(patsubst all, $(MANAGER_LIST), $(MANAGERS))
MANAGERS := $(sort $(MANAGERS))
# List (possibly empty) of required managers
# We require:
# 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