summaryrefslogtreecommitdiffstats
path: root/make/custom/bare.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/bare.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/make/custom/bare.cfg b/make/custom/bare.cfg
index 1c3c641018..8f44437b3c 100644
--- a/make/custom/bare.cfg
+++ b/make/custom/bare.cfg
@@ -20,9 +20,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
-# this target has no start file
-START_BASE=
-
# The following are definitions of make-exe which will work using ld as
# is currently required.