summaryrefslogtreecommitdiffstats
path: root/make/compilers/gcc-no_bsp.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-09 18:53:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-09 18:53:32 +0000
commitc2565894b11752cf51da93780ba49ccf551c015d (patch)
tree9a0f9ecdfcd0b25f00a83b9e185a288f0f2312ac /make/compilers/gcc-no_bsp.cfg
parent2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-c2565894b11752cf51da93780ba49ccf551c015d.tar.bz2
2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* compilers/gcc-no_bsp.cfg: There are no longer any required managers. Plus some cleanup
Diffstat (limited to 'make/compilers/gcc-no_bsp.cfg')
-rw-r--r--make/compilers/gcc-no_bsp.cfg18
1 files changed, 3 insertions, 15 deletions
diff --git a/make/compilers/gcc-no_bsp.cfg b/make/compilers/gcc-no_bsp.cfg
index 34539b4565..1ee78b8090 100644
--- a/make/compilers/gcc-no_bsp.cfg
+++ b/make/compilers/gcc-no_bsp.cfg
@@ -226,27 +226,15 @@ ifneq ($(words $(C_FILES) $(CC_FILES) $(S_FILES)), 0)
endif
-# List (possibly empty) of required managers
-# We require:
-# region -- used by lib/libcsupport for malloc()
-# ext -- used by libc for libc reentrancy hooks
+# There are currently no required managers.
+MANAGERS_REQUIRED=
-MANAGERS_REQUIRED=region ext sem
-
-# Create a RTEMS executable based on MANAGERS which was set in
-# app's Makefile
+# Create a RTEMS executable based on MANAGERS which was set in app's Makefile
MANAGERS_NOT_WANTED=$(filter-out $(MANAGERS), $(MANAGER_LIST))
MANAGERS_NOT_WANTED:=$(filter-out $(MANAGERS_REQUIRED), $(MANAGERS_NOT_WANTED))
-# spell out all the LINK_FILE's, rather than using -lbsp, so
-# that $(LINK_FILES) can be a dependency
-
# Start file must be one of
-# $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o
-# $(PROJECT_RELEASE)/lib/asmiface$(LIB_VARIANT).o
-# It defaults to start.o, but an app can override it.
-
# Note: Normally RTEMS provides a start file...
START_FILE=