summaryrefslogtreecommitdiffstats
path: root/make/custom/sim68000.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/sim68000.cfg')
-rw-r--r--make/custom/sim68000.cfg13
1 files changed, 3 insertions, 10 deletions
diff --git a/make/custom/sim68000.cfg b/make/custom/sim68000.cfg
index 9717159e8c..a7b807172f 100644
--- a/make/custom/sim68000.cfg
+++ b/make/custom/sim68000.cfg
@@ -19,14 +19,7 @@ RTEMS_BSP_FAMILY=sim68000
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
-# 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 $@).nxe $(LINK_OBJS) $(LINK_LIBS)
- $(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).exe
- $(NM) -g -n $(basename $@).nxe > $(basename $@).num
- $(SIZE) $(basename $@).nxe
+define bsp-post-link
+ $(default-bsp-post-link)
+ $(OBJCOPY) -O srec $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
endef
-# Miscellaneous additions go here