summaryrefslogtreecommitdiffstats
path: root/make/custom/simsh4.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/simsh4.cfg14
1 files changed, 0 insertions, 14 deletions
diff --git a/make/custom/simsh4.cfg b/make/custom/simsh4.cfg
index a24b9606e3..a01f81906f 100644
--- a/make/custom/simsh4.cfg
+++ b/make/custom/simsh4.cfg
@@ -28,19 +28,5 @@ RTEMS_BSP_FAMILY=simsh4
# It works with SH4_FPSCR_PR bit set
CPU_CFLAGS = -m4 -ml
-
# 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) -Wl,-Map,$(basename $@).map \
- $(LDLIBS) -o $@ \
- $(LINK_OBJS) $(LINK_LIBS)
- $(NM) -g -n $@ > $(basename $@).num
- $(SIZE) $@
-endef
-
-# Miscellaneous additions go here