From 11853d0a7e1b0fc5734cc1d082b2d610c6baf578 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 22 Nov 2005 13:47:43 +0000 Subject: Use .srec for files containing SRECs. --- make/custom/mcf5235.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/custom/mcf5235.cfg') 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 -- cgit v1.2.3