summaryrefslogtreecommitdiffstats
path: root/c/src/automake
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/automake')
-rw-r--r--c/src/automake/compile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/c/src/automake/compile.am b/c/src/automake/compile.am
index 79507c50a2..479ea658fa 100644
--- a/c/src/automake/compile.am
+++ b/c/src/automake/compile.am
@@ -132,18 +132,6 @@ include ${DEPEND}
endif
depend: depend-am
-# spell out all the LINK_FILE's, rather than using -lbsp, so
-# that $(LINK_FILES) can be a dependency
-
-LINK_OBJS = \
- $(OBJS) \
- $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%$(LIB_VARIANT).rel)
-
-LINK_FILES =\
- $(START_FILE) \
- $(OBJS) \
- $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%$(LIB_VARIANT).rel)
-
if RTEMS_USE_GCC
## gcc >= 2.8
RTEMS_RELLDFLAGS = -qnolinkcmds -nostdlib -Wl,-r