Changeset a463a2f in rtems
- Timestamp:
- 09/28/01 23:09:16 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 194b5c7
- Parents:
- 0387547
- Location:
- make
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
make/ChangeLog
r0387547 ra463a2f 1 2 2001-09-28 Joel Sherrill <joel@OARcorp.com> 3 4 * custom/ods68302.cfg: Add custom make-cxx-exe rule to account 5 for MC68302_BASE. 1 6 2 7 2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> -
make/custom/ods68302.cfg
r0387547 ra463a2f 68 68 $(SIZE) $@ 69 69 endef 70 define make-cxx-exe 71 $(LINK.cc) $(AM_CFLAGS) $(AM_CXXFLAGS) $(AM_LDFLAGS) \ 72 -Wl,-defsym -Wl,MC68302_BASE=$(MC68302_BASE) \ 73 -o $@ \ 74 $(LINK_OBJS) $(LINK_LIBS) 75 $(NM) -g -n $@ > $(basename $@).num 76 $(SIZE) $@ 77 endef 70 78 endif 71 79 # Miscellaneous additions go here
Note: See TracChangeset
for help on using the changeset viewer.