mirror of
https://github.com/t-crest/rtems.git
synced 2025-12-26 09:09:06 +00:00
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:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user