From 15043ea98a8f0d8be106703c79514044f4d8e36c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Sep 2008 17:33:55 +0000 Subject: 2008-09-18 Joel Sherrill * compilers/gcc-no_bsp.cfg, compilers/gcc-target-default.cfg, custom/bare.cfg, custom/c3xsim.cfg, custom/c4xsim.cfg, custom/default.cfg, custom/haleakala.cfg, custom/mbx8xx.cfg, custom/mvme2307.cfg, custom/mvme3100.cfg, custom/mvme5500.cfg, custom/posix.cfg, custom/ss555.cfg, custom/virtex.cfg: Eliminate START_BASE and START_FILE. --- make/compilers/gcc-no_bsp.cfg | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'make/compilers/gcc-no_bsp.cfg') diff --git a/make/compilers/gcc-no_bsp.cfg b/make/compilers/gcc-no_bsp.cfg index 9c54a2723c..92b3b84c61 100644 --- a/make/compilers/gcc-no_bsp.cfg +++ b/make/compilers/gcc-no_bsp.cfg @@ -204,15 +204,11 @@ MANAGERS_REQUIRED= MANAGERS_NOT_WANTED=$(filter-out $(MANAGERS), $(MANAGER_LIST)) MANAGERS_NOT_WANTED:=$(filter-out $(MANAGERS_REQUIRED), $(MANAGERS_NOT_WANTED)) -# Start file must be one of -# Note: Normally RTEMS provides a start file... -START_FILE= - CONSTRUCTOR= LIBGCC = $(shell $(CC) $(CFLAGS) -print-libgcc-file-name $(GCCSED)) -LINK_FILES= $(START_FILE) \ +LINK_FILES= \ $(CONSTRUCTOR) \ $(OBJS) \ $(MANAGERS_NOT_WANTED:%=$(PROJECT_RELEASE)/lib/no-%$(LIB_VARIANT).rel) \ -- cgit v1.2.3