summaryrefslogtreecommitdiffstats
path: root/make/custom/c4xsim.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/c4xsim.cfg13
1 files changed, 0 insertions, 13 deletions
diff --git a/make/custom/c4xsim.cfg b/make/custom/c4xsim.cfg
index 70582cbfd5..907be7b1ae 100644
--- a/make/custom/c4xsim.cfg
+++ b/make/custom/c4xsim.cfg
@@ -22,16 +22,3 @@ CFLAGS_OPTIMIZE_V = -O1 -g
# this target has no start file
START_BASE=
-
-# The following are definitions of make-exe which will work using ld as
-# is currently required.
-
-define make-exe
- $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
- $(LDLIBS) -o $@ \
- $(LINK_OBJS) $(LINK_LIBS)
- $(NM) -g -n $@ > $(basename $@).num
- $(SIZE) $@
-endef
-
-# Miscellaneous additions go here