summaryrefslogtreecommitdiffstats
path: root/make/custom/mcf5235.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-22 13:47:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-22 13:47:43 +0000
commit11853d0a7e1b0fc5734cc1d082b2d610c6baf578 (patch)
treef5ae551c5f5daaba5ce02d8b243e3b17b8f4830c /make/custom/mcf5235.cfg
parent2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-11853d0a7e1b0fc5734cc1d082b2d610c6baf578.tar.bz2
Use .srec for files containing SRECs.
Diffstat (limited to 'make/custom/mcf5235.cfg')
-rw-r--r--make/custom/mcf5235.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/custom/mcf5235.cfg b/make/custom/mcf5235.cfg
index dfbe43d57a..65fc5eaf95 100644
--- a/make/custom/mcf5235.cfg
+++ b/make/custom/mcf5235.cfg
@@ -42,8 +42,8 @@ define make-exe
$(SIZE) $(basename $@).nxe
endef
define make-cxx-exe
- $(LINK.cc) $(AM_CFLAGS) -m5200 $(AM_LDFLAGS) -qnolinkcmds \
- -o $(basename $@).nxe \ $(LINK_OBJS) $(LINK_LIBS) -Wl,-Tlinkcmds
+ $(LINK.cc) $(AM_CFLAGS) -m5200 $(AM_LDFLAGS) \
+ -o $(basename $@).nxe $(LINK_OBJS) $(LINK_LIBS)
$(OBJCOPY) -O binary --strip-all $(basename $@).nxe $@
$(SIZE) $(basename $@).nxe
endef