From 9fa95f8dba0fac81b99166b201b4607101a6e92f Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 5 Aug 2007 04:43:56 +0000 Subject: =?UTF-8?q?2007-08-05=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * custom/av5282.cfg: Remove bogus -qnolinkcmds, -m5200 from linker calls. --- make/custom/av5282.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/custom') diff --git a/make/custom/av5282.cfg b/make/custom/av5282.cfg index 7b81a187cf..3a1196e98a 100644 --- a/make/custom/av5282.cfg +++ b/make/custom/av5282.cfg @@ -28,13 +28,13 @@ endif define make-exe - $(LINK.c) $(AM_CFLAGS) -m5200 $(AM_LDFLAGS) -qnolinkcmds -o $(basename $@).nxe \ + $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \ $(LINK_OBJS) $(LINK_LIBS) -Wl,-Tlinkcmds $(OBJCOPY) -O binary --strip-all $(basename $@).nxe $@ $(SIZE) $(basename $@).nxe endef define make-cxx-exe - $(LINK.cc) $(AM_CFLAGS) -m5200 $(AM_LDFLAGS) -qnolinkcmds -o $(basename $@).nxe \ + $(LINK.cc) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \ $(LINK_OBJS) $(LINK_LIBS) -Wl,-Tlinkcmds $(OBJCOPY) -O binary --strip-all $(basename $@).nxe $@ $(SIZE) $(basename $@).nxe -- cgit v1.2.3