summaryrefslogtreecommitdiffstats
path: root/make/custom/simcpu32.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/simcpu32.cfg')
-rw-r--r--make/custom/simcpu32.cfg14
1 files changed, 3 insertions, 11 deletions
diff --git a/make/custom/simcpu32.cfg b/make/custom/simcpu32.cfg
index e9bd77d0c1..7f9a16fa91 100644
--- a/make/custom/simcpu32.cfg
+++ b/make/custom/simcpu32.cfg
@@ -19,15 +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 $@).num
- $(SIZE) $@
+define bsp-post-link
+ $(default-bsp-post-link)
+ $(OBJCOPY) -O srec $(basename $@)$(EXEEXT) $(basename $@)$(DOWNEXT)
endef
-
-# Miscellaneous additions go here