Changeset 7ec48c0 in rtems
- Timestamp:
- 10/08/01 21:59:50 (22 years ago)
- Children:
- 710b4e0
- Parents:
- a0ef106
- Location:
- make/custom
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
make/custom/ods68302.cfg
ra0ef106 r7ec48c0 81 81 $(SIZE) $@ 82 82 endef 83 define make-cxx-exe 84 $(LINK.cc) $(AM_CFLAGS) $(AM_CXXFLAGS) $(AM_LDFLAGS) \ 85 -Wl,-defsym -Wl,MC68302_BASE=$(MC68302_BASE) \ 86 -o $@ \ 87 $(LINK_OBJS) $(LINK_LIBS) 88 $(NM) -g -n $@ > $(basename $@).num 89 $(SIZE) $@ 90 endef 83 91 endif 84 92 # Miscellaneous additions go here -
make/custom/rxgen960.cfg
ra0ef106 r7ec48c0 73 73 # Miscellaneous additions go here 74 74 75 START_BASE=
Note: See TracChangeset
for help on using the changeset viewer.