summaryrefslogtreecommitdiffstats
path: root/make/custom/jmr3904.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/jmr3904.cfg14
1 files changed, 0 insertions, 14 deletions
diff --git a/make/custom/jmr3904.cfg b/make/custom/jmr3904.cfg
index e733e794f9..42216844ba 100644
--- a/make/custom/jmr3904.cfg
+++ b/make/custom/jmr3904.cfg
@@ -22,17 +22,3 @@ CPU_CFLAGS = -march=r3900 -Wa,-xgot -G0
# 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) -G0 $(AM_LDFLAGS) \
- $(LDLIBS) -o $@ \
- $(LINK_OBJS) $(LINK_LIBS)
- $(NM) -g -n $@ > $(basename $@).num
- $(SIZE) $@
-endef
-
-# Miscellaneous additions go here
-