2007-08-05 Ralf Corsépius <ralf.corsepius@rtems.org>

* custom/av5282.cfg: Remove bogus -qnolinkcmds, -m5200 from linker
	  calls.
This commit is contained in:
Ralf Corsepius
2007-08-05 04:43:56 +00:00
parent edcec269eb
commit 9fa95f8dba
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
2007-08-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/av5282.cfg: Remove bogus -qnolinkcmds, -m5200 from linker
calls.
* custom/gen83xx.cfg: Use -O2.
2007-07-28 Ralf Corsépius <ralf.corsepius@rtems.org>

View File

@@ -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