Changeset cae8bc9 in rtems
- Timestamp:
- 10/11/01 16:42:39 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0be2f358
- Parents:
- b7232e6f
- Location:
- make
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
make/ChangeLog
rb7232e6f rcae8bc9 1 2 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 3 4 * custom/gensh2.cfg: Remove -lstdc++ from make-exe. 1 5 2 6 2001-10-11 Joel Sherrill <joel@OARcorp.com> … … 15 19 16 20 2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 17 * custom/gensh2.cfg: Remove -lstdc++ from make-exe.18 21 19 22 * ChangeLog: Formatting cleanup. -
make/custom/gensh2.cfg
rb7232e6f rcae8bc9 56 56 $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -Wl,-Map,$(basename $@).map \ 57 57 $(LDLIBS) -o $@ \ 58 $(LINK_OBJS) $(LINK_LIBS) -lstdc++58 $(LINK_OBJS) $(LINK_LIBS) 59 59 $(NM) -n $@ > $(basename $@).num 60 60 $(SIZE) $@
Note: See TracChangeset
for help on using the changeset viewer.