Changeset 0bb36c0 in rtems
- Timestamp:
- 09/21/01 15:04:56 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d1a7910
- Parents:
- 1344bf2
- Location:
- make
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
make/ChangeLog
r1344bf2 r0bb36c0 1 2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 3 * custom/gensh2.cfg: Remove -lstdc++ from make-exe. 4 * ChangeLog: Formatting cleanup. 1 5 2 6 2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 3 custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__, make-target-options.4 custom/FreeBSD-posix.cfg: Removemake-target-options.5 custom/HPUX9-posix.cfg: Dito.6 custom/Linux-posix.cfg: Dito.7 custom/Solaris-posix.cfg: Dito.8 custom/arm_bare_bsp.cfg: Dito.9 custom/armulator.cfg: Dito.10 custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.11 custom/i386ex.cfg: Remove make-target-options.12 custom/i960sim.cfg: Remove make-target-options.13 custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.14 custom/rxgen960.cfg: Remove make-target-options, cleanup comments.15 custom/score603e.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS.16 custom/vegaplus.cfg: Remove make-target-options.7 * custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__, make-target-options. 8 make-target-options. 9 * custom/FreeBSD-posix.cfg: Remove make-target-options. 10 * custom/HPUX9-posix.cfg: Dito. 11 * custom/Linux-posix.cfg: Dito. 12 * custom/Solaris-posix.cfg: Dito. 13 * custom/arm_bare_bsp.cfg: Dito. 14 * custom/armulator.cfg: Dito. 15 * custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS. 16 * custom/i386ex.cfg: Remove make-target-options. 17 * custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS. 18 CONSOLE_USE_INTERRUPTS. 19 * custom/score603e.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS. 20 CONSOLE_USE_INTERRUPTS. 17 21 * custom/vegaplus.cfg: Remove make-target-options. 18 22 -
make/custom/gensh2.cfg
r1344bf2 r0bb36c0 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.