Changeset ef386359 in rtems
- Timestamp:
- 08/29/00 14:52:33 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 67ebbcf
- Parents:
- 0b456f72
- Location:
- make
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
make/ChangeLog
r0b456f72 ref386359 1 2 2000-08-29 Joel Sherrill <joel.sherrill@OARcorp.com> 3 4 * custom/armulator.cfg: Corrected make-exe rule to pick up debug flags. 1 5 2 6 2000-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> -
make/custom/armulator.cfg
r0b456f72 ref386359 44 44 45 45 define make-exe 46 # $(CC) -v -static -Wl,-Map -Wl,Mapfile -Wl,-T -Wl,linkcmds -Wl,-N -o $(basename $@).obj $(LINK_OBJS) $(LINK_LIBS) 47 $(LINK.c) $(LDLIBS) -o $@$(LINK_OBJS) $(LINK_LIBS)46 $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $@ \ 47 $(LINK_OBJS) $(LINK_LIBS) 48 48 $(NM) -g -n $(basename $@).exe > $(basename $@).num 49 49 $(SIZE) $(basename $@).exe
Note: See TracChangeset
for help on using the changeset viewer.