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