summaryrefslogtreecommitdiffstats
path: root/make/custom/eth_comm.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/eth_comm.cfg')
-rw-r--r--make/custom/eth_comm.cfg3
1 files changed, 0 insertions, 3 deletions
diff --git a/make/custom/eth_comm.cfg b/make/custom/eth_comm.cfg
index bd2639b360..89e1d663e0 100644
--- a/make/custom/eth_comm.cfg
+++ b/make/custom/eth_comm.cfg
@@ -43,9 +43,6 @@ CPU_CFLAGS = -mcpu=860
# NOTE: some level of -O may be actually required by inline assembler
CFLAGS_OPTIMIZE_V=-O4 -fno-keep-inline-functions
-# No start file
-START_BASE=
-
# The following are definitions of make-exe which will work using ld as
# is currently required. It is expected that as of gcc 2.8, the end user
# will be able to override parts of the compilers specs and link using gcc.