mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +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
|
||||
$(SIZE) $@
|
||||
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
|
||||
# Miscellaneous additions go here
|
||||
|
||||
|
||||
@@ -72,3 +72,4 @@ endif
|
||||
|
||||
# Miscellaneous additions go here
|
||||
|
||||
START_BASE=
|
||||
|
||||
Reference in New Issue
Block a user