mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 11:51:38 +08:00
2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* leaf.cfg: Add optional manager stub for Barrier.
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user