summaryrefslogtreecommitdiffstats
path: root/make/custom/leon3.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/leon3.cfg12
1 files changed, 0 insertions, 12 deletions
diff --git a/make/custom/leon3.cfg b/make/custom/leon3.cfg
index 423640469b..eb53594592 100644
--- a/make/custom/leon3.cfg
+++ b/make/custom/leon3.cfg
@@ -19,15 +19,3 @@ CPU_CFLAGS = -mcpu=cypress -msoft-float
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g
-
-# 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) -o $(basename $@).exe \
- $(LINK_OBJS) $(LINK_LIBS)
- $(NM) -g -n $(basename $@).exe > $(basename $@).num
- $(SIZE) $(basename $@).exe
-endef
-# Miscellaneous additions go here
-