mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-29 16:00:17 +00:00
2001-09-28 Joel Sherrill <joel@OARcorp.com>
* custom/ods68302.cfg: Add custom make-cxx-exe rule to account for MC68302_BASE.
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
|
||||
2001-09-28 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* custom/ods68302.cfg: Add custom make-cxx-exe rule to account
|
||||
for MC68302_BASE.
|
||||
|
||||
2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* custom/bare.cfg: Define dummy make-cxx-exe.
|
||||
|
||||
@@ -67,6 +67,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user