summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-09 18:43:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-09 18:43:18 +0000
commitd54c0288c1c33c572e9c61fe31f7957682c5f6b2 (patch)
tree24a237eeb70fa5fef920a161337a756b281e3762
parent2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-d54c0288c1c33c572e9c61fe31f7957682c5f6b2.tar.bz2
2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* leaf.cfg: Add optional manager stub for Barrier.
Diffstat (limited to '')
-rw-r--r--c/src/make/ChangeLog4
-rw-r--r--c/src/make/leaf.cfg9
2 files changed, 7 insertions, 6 deletions
diff --git a/c/src/make/ChangeLog b/c/src/make/ChangeLog
index e5c19a79a0..9ce8f8ab5a 100644
--- a/c/src/make/ChangeLog
+++ b/c/src/make/ChangeLog
@@ -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.
diff --git a/c/src/make/leaf.cfg b/c/src/make/leaf.cfg
index e0e6cfab07..fec03c34d1 100644
--- a/c/src/make/leaf.cfg
+++ b/c/src/make/leaf.cfg
@@ -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