From c2565894b11752cf51da93780ba49ccf551c015d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 9 May 2007 18:53:32 +0000 Subject: 2007-05-09 Joel Sherrill * compilers/gcc-no_bsp.cfg: There are no longer any required managers. Plus some cleanup --- make/compilers/gcc-no_bsp.cfg | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'make/compilers') 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= -- cgit v1.2.3