mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-27 22:50:58 +08:00
2007-07-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/gen83xx.cfg: Add make-cxx-exe rule.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2007-07-11 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* custom/gen83xx.cfg: Add make-cxx-exe rule.
|
||||||
|
|
||||||
2007-07-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
2007-07-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
|
||||||
|
|
||||||
* custom/gen83xx.cfg, custom/mpc8349eamds.cfg: added file to support
|
* custom/gen83xx.cfg, custom/mpc8349eamds.cfg: added file to support
|
||||||
|
|||||||
@@ -36,4 +36,12 @@ define make-exe
|
|||||||
$(SIZE) $(basename $@).exe
|
$(SIZE) $(basename $@).exe
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define make-cxx-exe
|
||||||
|
$(LINK.cc) $(AM_CFLAGS) $(AM_LDFLAGS) \
|
||||||
|
-qnolinkcmds -T $(RTEMS_LINKCMDS) -o $(basename $@).exe \
|
||||||
|
$(LINK_OBJS) $(LINK_LIBS)
|
||||||
|
$(NM) -g -n $(basename $@).exe > $(basename $@).num
|
||||||
|
$(SIZE) $(basename $@).exe
|
||||||
|
endef
|
||||||
|
|
||||||
# Miscellaneous additions go here
|
# Miscellaneous additions go here
|
||||||
|
|||||||
Reference in New Issue
Block a user