mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-25 13:57:15 +00:00
2001-10-08 Joel Sherrill <joel@OARcorp.com>
* custom/ods68302.cfg: Added BSP specific make-cxx-exe rule. * custom/rxgen960.cfg: Account for special start file.
This commit is contained in:
@@ -80,6 +80,14 @@ define make-exe
|
|||||||
$(NM) -g -n $@ > $(basename $@).num
|
$(NM) -g -n $@ > $(basename $@).num
|
||||||
$(SIZE) $@
|
$(SIZE) $@
|
||||||
endef
|
endef
|
||||||
|
define make-cxx-exe
|
||||||
|
$(LINK.cc) $(AM_CFLAGS) $(AM_CXXFLAGS) $(AM_LDFLAGS) \
|
||||||
|
-Wl,-defsym -Wl,MC68302_BASE=$(MC68302_BASE) \
|
||||||
|
-o $@ \
|
||||||
|
$(LINK_OBJS) $(LINK_LIBS)
|
||||||
|
$(NM) -g -n $@ > $(basename $@).num
|
||||||
|
$(SIZE) $@
|
||||||
|
endef
|
||||||
endif
|
endif
|
||||||
# Miscellaneous additions go here
|
# Miscellaneous additions go here
|
||||||
|
|
||||||
|
|||||||
@@ -72,3 +72,4 @@ endif
|
|||||||
|
|
||||||
# Miscellaneous additions go here
|
# Miscellaneous additions go here
|
||||||
|
|
||||||
|
START_BASE=
|
||||||
|
|||||||
Reference in New Issue
Block a user