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

* custom/mcf5235.cfg: Remove bogus -m5200 from linker calls.
This commit is contained in:
Ralf Corsepius
2007-08-05 04:45:02 +00:00
parent 9fa95f8dba
commit 06119b83ba
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -1,5 +1,6 @@
2007-08-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* custom/mcf5235.cfg: Remove bogus -m5200 from linker calls.
* custom/av5282.cfg: Remove bogus -qnolinkcmds, -m5200 from linker
calls.
* custom/gen83xx.cfg: Use -O2.
+2 -2
View File
@@ -33,13 +33,13 @@ endif
# is currently required.
define make-exe
$(LINK.c) $(AM_CFLAGS) -m5200 $(AM_LDFLAGS) \
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
-o $(basename $@).nxe $(LINK_OBJS) $(LINK_LIBS)
$(OBJCOPY) -O binary --strip-all $(basename $@).nxe $@
$(SIZE) $(basename $@).nxe
endef
define make-cxx-exe
$(LINK.cc) $(AM_CFLAGS) -m5200 $(AM_LDFLAGS) \
$(LINK.cc) $(AM_CFLAGS) $(AM_LDFLAGS) \
-o $(basename $@).nxe $(LINK_OBJS) $(LINK_LIBS)
$(OBJCOPY) -O binary --strip-all $(basename $@).nxe $@
$(SIZE) $(basename $@).nxe