Changeset a2ae30c2 in rtems
- Timestamp:
- 08/21/02 17:06:22 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0308c805
- Parents:
- 1846a62
- Location:
- c/src/lib/libbsp
- Files:
-
- 106 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/a29k/portsw/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/a29k/portsw/bsp_specs
r1846a62 ra2ae30c2 11 11 *lib: 12 12 %{!qrtems: %(old_lib)} \ 13 %{ qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \13 %{!nostdlib: %{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 14 14 -lc -lgcc --end-group \ 15 %{!qnolinkcmds: -T linkcmds%s}} 15 %{!qnolinkcmds: -T linkcmds%s}}} 16 16 17 17 *startfile: 18 %{!qrtems: %(old_startfile)} %{ qrtems: \18 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 19 19 %{!qrtems_debug: start.o%s} \ 20 %{qrtems_debug: start_g.o%s}} 20 %{qrtems_debug: start_g.o%s}}} 21 21 22 22 *link: -
c/src/lib/libbsp/arm/arm_bare_bsp/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/arm/arm_bare_bsp/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s crtbegin.o%s} \ 19 %{qrtems_debug: start_g.o%s crtbegin.o%s}} 19 %{qrtems_debug: start_g.o%s crtbegin.o%s}}} 20 20 21 21 *link: -
c/src/lib/libbsp/arm/armulator/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/arm/armulator/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 %{qrtems_debug: start_g.o%s}} 19 %{qrtems_debug: start_g.o%s}}} 20 20 21 21 *link: -
c/src/lib/libbsp/arm/vegaplus/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/arm/vegaplus/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s crtbegin.o%s} \ 19 %{qrtems_debug: start_g.o%s crtbegin.o%s}} 19 %{qrtems_debug: start_g.o%s crtbegin.o%s}}} 20 20 21 21 *link: -
c/src/lib/libbsp/bare/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/bare/bsp_specs
r1846a62 ra2ae30c2 10 10 11 11 *lib: 12 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \12 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 13 13 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 14 14 -lc -lgcc --end-group \ 15 %{!qnolinkcmds: -T linkcmds%s}} 15 %{!qnolinkcmds: -T linkcmds%s}}} 16 16 17 17 *startfile: 18 %{!qrtems: %(old_startfile)} %{ qrtems: \18 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 19 19 %{!qrtems_debug: start.o%s} \ 20 %{qrtems_debug: start_g.o%s}} 20 %{qrtems_debug: start_g.o%s}}} 21 21 22 22 *link: -
c/src/lib/libbsp/c4x/c4xsim/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/c4x/c4xsim/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 %{qrtems_debug: start_g.o%s}} 19 %{qrtems_debug: start_g.o%s}}} 20 20 21 21 *link: -
c/src/lib/libbsp/h8300/h8sim/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/h8300/h8sim/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 %{qrtems_debug: start_g.o%s}} 19 %{qrtems_debug: start_g.o%s}}} 20 20 21 21 *link: -
c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/hppa1.1/simhppa/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 %{qrtems_debug: start_g.o%s}} 19 %{qrtems_debug: start_g.o%s}}} 20 20 21 21 *link: -
c/src/lib/libbsp/i386/i386ex/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/i386/i386ex/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 %{qrtems_debug: start_g.o%s}} 19 %{qrtems_debug: start_g.o%s}}} 20 20 21 21 *link: -
c/src/lib/libbsp/i386/pc386/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-14 Joel Sherrill <joel@OARcorp.com> 2 6 -
c/src/lib/libbsp/i386/pc386/bsp_specs
r1846a62 ra2ae30c2 12 12 13 13 *lib: 14 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \14 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 15 15 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 16 16 -lc -lgcc --end-group \ 17 %{!qnolinkcmds: -T linkcmds%s}} 17 %{!qnolinkcmds: -T linkcmds%s}}} 18 18 19 19 *startfile: 20 %{!qrtems: %(old_startfile)} %{ qrtems: \20 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 21 21 %{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \ 22 %{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}} 22 %{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}} 23 23 24 24 *link: -
c/src/lib/libbsp/i386/ts_386ex/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/i386/ts_386ex/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 %{qrtems_debug: start_g.o%s} crti.o%s crtbegin.o%s} 19 %{qrtems_debug: start_g.o%s} crti.o%s crtbegin.o%s}} 20 20 21 21 *link: -
c/src/lib/libbsp/i960/cvme961/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/i960/cvme961/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 %{qrtems_debug: start_g.o%s}} 19 %{qrtems_debug: start_g.o%s}}} 20 20 21 21 *link: -
c/src/lib/libbsp/i960/i960sim/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/i960/i960sim/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 %{qrtems_debug: start_g.o%s}} 19 %{qrtems_debug: start_g.o%s}}} 20 20 21 21 *link: -
c/src/lib/libbsp/i960/rxgen960/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/i960/rxgen960/bsp_specs
r1846a62 ra2ae30c2 10 10 *lib: 11 11 %{!qrtems: %(old_lib)} \ 12 %{ qrtems: --start-group -lc \12 %{!nostdlib: %{qrtems: --start-group -lc \ 13 13 %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 14 14 -lgcc --end-group \ 15 %{!qnolinkcmds: -T linkcmds%s}} 15 %{!qnolinkcmds: -T linkcmds%s}}} 16 16 17 17 *startfile: 18 18 %{!qrtems: %(old_startfile)} \ 19 %{qrtems: %{qrtems_debug: rxgen_romld_g.o%s} %{!qrtems_debug: rxgen_romld.o%s}} 19 %{qrtems: %{qrtems_debug: rxgen_romld_g.o%s} %{!qrtems_debug: rxgen_romld.o%s}}} 20 20 21 21 *link: -
c/src/lib/libbsp/m68k/dmv152/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/m68k/dmv152/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 19 %{qrtems_debug: start_g.o%s} \ 20 crti.o%s crtbegin.o%s} 20 crti.o%s crtbegin.o%s}} 21 21 22 22 *link: -
c/src/lib/libbsp/m68k/efi332/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/m68k/efi332/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 19 %{qrtems_debug: start_g.o%s} \ 20 crti.o%s crtbegin.o%s} 20 crti.o%s crtbegin.o%s}} 21 21 22 22 *link: -
c/src/lib/libbsp/m68k/efi68k/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/m68k/efi68k/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 19 %{qrtems_debug: start_g.o%s} \ 20 crti.o%s crtbegin.o%s} 20 crti.o%s crtbegin.o%s}} 21 21 22 22 *link: -
c/src/lib/libbsp/m68k/gen68302/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/m68k/gen68302/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 19 %{qrtems_debug: start_g.o%s} \ 20 crti.o%s crtbegin.o%s} 20 crti.o%s crtbegin.o%s}} 21 21 22 22 *link: -
c/src/lib/libbsp/m68k/gen68340/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/m68k/gen68340/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 19 %{qrtems_debug: start_g.o%s} \ 20 crti.o%s crtbegin.o%s} 20 crti.o%s crtbegin.o%s}} 21 21 22 22 *link: -
c/src/lib/libbsp/m68k/gen68360/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/m68k/gen68360/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 19 %{qrtems_debug: start_g.o%s} \ 20 crti.o%s crtbegin.o%s } 20 crti.o%s crtbegin.o%s }} 21 21 22 22 *link: -
c/src/lib/libbsp/m68k/idp/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/m68k/idp/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 19 %{qrtems_debug: start_g.o%s} \ 20 crti.o%s crtbegin.o%s} 20 crti.o%s crtbegin.o%s}} 21 21 22 22 *link: -
c/src/lib/libbsp/m68k/mcf5206elite/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/m68k/mcf5206elite/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 14 %{!qnolinkcmds: \ 15 %{!qflash: -T linkcmds%s} %{qflash: -T linkcmds.flash%s}}} 15 %{!qflash: -T linkcmds%s} %{qflash: -T linkcmds.flash%s}}}} 16 16 17 17 *startfile: 18 %{!qrtems: %(old_startfile)} %{ qrtems: \18 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 19 19 %{!qrtems_debug: start.o%s} \ 20 20 %{qrtems_debug: start_g.o%s} \ 21 crti.o%s crtbegin.o%s } 21 crti.o%s crtbegin.o%s }} 22 22 23 23 *link: -
c/src/lib/libbsp/m68k/mrm332/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/m68k/mrm332/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 19 %{qrtems_debug: start_g.o%s} \ 20 crti.o%s crtbegin.o%s} 20 crti.o%s crtbegin.o%s}} 21 21 22 22 *link: -
c/src/lib/libbsp/m68k/mvme136/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/m68k/mvme136/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 19 %{qrtems_debug: start_g.o%s} \ 20 crti.o%s crtbegin.o%s} 20 crti.o%s crtbegin.o%s}} 21 21 22 22 *link: -
c/src/lib/libbsp/m68k/mvme147/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/m68k/mvme147/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 19 %{qrtems_debug: start_g.o%s} \ 20 crti.o%s crtbegin.o%s} 20 crti.o%s crtbegin.o%s}} 21 21 22 22 *link: -
c/src/lib/libbsp/m68k/mvme147s/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/m68k/mvme147s/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 19 %{qrtems_debug: start_g.o%s} \ 20 crti.o%s crtbegin.o%s} 20 crti.o%s crtbegin.o%s}} 21 21 22 22 *link: -
c/src/lib/libbsp/m68k/mvme162/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/m68k/mvme162/bsp_specs
r1846a62 ra2ae30c2 12 12 13 13 *lib: 14 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \14 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 15 15 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 16 16 -lc -lgcc --end-group \ 17 %{!qnolinkcmds: -T linkcmds%s}} 17 %{!qnolinkcmds: -T linkcmds%s}}} 18 18 19 19 *startfile: 20 %{!qrtems: %(old_startfile)} %{ qrtems: \20 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 21 21 %{!qrtems_debug: start.o%s} \ 22 22 %{qrtems_debug: start_g.o%s} \ 23 crti.o%s crtbegin.o%s} 23 crti.o%s crtbegin.o%s}} 24 24 25 25 *link: -
c/src/lib/libbsp/m68k/mvme167/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/m68k/mvme167/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 %{qjava: -lffi -lgcjgc -lzgcj -lgcj} %{qc++: -lstdc++} -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 19 %{qrtems_debug: start_g.o%s} \ 20 crti.o%s crtbegin.o%s} 20 crti.o%s crtbegin.o%s}} 21 21 22 22 *link: -
c/src/lib/libbsp/m68k/ods68302/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/m68k/ods68302/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 19 %{qrtems_debug: start_g.o%s} \ 20 crti.o%s crtbegin.o%s} 20 crti.o%s crtbegin.o%s}} 21 21 22 22 *link: -
c/src/lib/libbsp/m68k/sim68000/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/m68k/sim68000/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 %{qrtems_debug: start_g.o%s}} 19 %{qrtems_debug: start_g.o%s}}} 20 20 21 21 *link: -
c/src/lib/libbsp/mips/genmongoosev/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/mips/genmongoosev/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qnostartfile: %{!qrtems_debug: start.o%s} \ 19 %{qrtems_debug: start_g.o%s}}} 19 %{qrtems_debug: start_g.o%s}}}} 20 20 21 21 *link: -
c/src/lib/libbsp/mips/jmr3904/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/mips/jmr3904/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{qrtems: --start-group \ 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 11 %{!qrtems: %(old_lib)} %{!nostdlibs: %{qrtems: --start-group \ 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} \ 13 %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 14 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 15 %{!qnolinkcmds: -T linkcmds%s}}} 15 16 16 17 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \18 %{!qrtems: %(old_startfile)} %{!nostdlibs: %{qrtems: \ 18 19 %{!qrtems_debug: start.o%s} \ 19 %{qrtems_debug: start_g.o%s}} 20 %{qrtems_debug: start_g.o%s}}} 20 21 21 22 *link: -
c/src/lib/libbsp/mips/p4000/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/mips/p4000/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 %{qrtems_debug: start_g.o%s}} 19 %{qrtems_debug: start_g.o%s}}} 20 20 21 21 *link: -
c/src/lib/libbsp/mips64orion/p4000/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/mips64orion/p4000/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 %{qrtems_debug: start_g.o%s}} 19 %{qrtems_debug: start_g.o%s}}} 20 20 21 21 *link: -
c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/no_cpu/no_bsp/bsp_specs
r1846a62 ra2ae30c2 7 7 *lib: 8 8 %{!qrtems: %(old_lib)} \ 9 %{ qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \9 %{!nostdlib: %{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 10 10 -lc -lgcc --end-group \ 11 %{!qnolinkcmds: -T linkcmds%s}} 11 %{!qnolinkcmds: -T linkcmds%s}}} 12 12 -
c/src/lib/libbsp/or32/orp/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/or32/orp/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: start.o%s} \ 19 %{qrtems_debug: start_g.o%s}} 19 %{qrtems_debug: start_g.o%s}}} 20 20 21 21 *link: -
c/src/lib/libbsp/powerpc/dmv177/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/powerpc/dmv177/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: ecrti%O%s \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: ecrti%O%s \ 18 18 %{!qrtems_debug: start.o%s} \ 19 %{qrtems_debug: start_g.o%s}} 19 %{qrtems_debug: start_g.o%s}}} 20 20 21 21 *endfile: -
c/src/lib/libbsp/powerpc/eth_comm/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/powerpc/eth_comm/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: ecrti%O%s \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: ecrti%O%s \ 18 18 %{!qrtems_debug: start.o%s} \ 19 %{qrtems_debug: start_g.o%s}} 19 %{qrtems_debug: start_g.o%s}}} 20 20 21 21 *endfile: -
c/src/lib/libbsp/powerpc/gen405/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/powerpc/gen405/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: ecrti%O%s --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: ecrti%O%s --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: } \ 19 %{qrtems_debug: }} 19 %{qrtems_debug: }}} 20 20 21 21 *link: -
c/src/lib/libbsp/powerpc/helas403/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/powerpc/helas403/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: ecrti%O%s --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: ecrti%O%s --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: } \ 19 %{qrtems_debug: }} 19 %{qrtems_debug: }}} 20 20 21 21 *endfile: -
c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/powerpc/mbx8xx/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 %{qjava: -lffi -lgcjgc -lzgcj -lgcj} %{qc++: -lstdc++} -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 18 %{!qrtems_debug: } \ 19 %{qrtems_debug: } ecrti%O%s} 19 %{qrtems_debug: } ecrti%O%s}} 20 20 21 21 *endfile: -
c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/powerpc/motorola_powerpc/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group ecrtn%O%s \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: ecrti%O%s \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: ecrti%O%s \ 18 18 %{!qrtems_debug: start.o%s} \ 19 %{qrtems_debug: start_g.o%s}} 19 %{qrtems_debug: start_g.o%s}}} 20 20 21 21 *link: -
c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/powerpc/mpc8260ads/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: ecrti%O%s \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: ecrti%O%s \ 18 18 %{!qrtems_debug: start.o%s} \ 19 %{qrtems_debug: start_g.o%s}} 19 %{qrtems_debug: start_g.o%s}}} 20 20 21 21 *endfile: -
c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/powerpc/ppcn_60x/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: ecrti%O%s \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: ecrti%O%s \ 18 18 %{!qrtems_debug: start.o%s} \ 19 %{qrtems_debug: start_g.o%s}} 19 %{qrtems_debug: start_g.o%s}}} 20 20 21 21 *endfile: -
c/src/lib/libbsp/powerpc/psim/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/powerpc/psim/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: ecrti%O%s \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: ecrti%O%s \ 18 18 %{!qrtems_debug: start.o%s} \ 19 %{qrtems_debug: start_g.o%s}} 19 %{qrtems_debug: start_g.o%s}}} 20 20 21 21 *endfile: -
c/src/lib/libbsp/powerpc/score603e/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/powerpc/score603e/bsp_specs
r1846a62 ra2ae30c2 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: ecrti%O%s \17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: ecrti%O%s \ 18 18 %{!qrtems_debug: start.o%s} \ 19 %{qrtems_debug: start_g.o%s}} 19 %{qrtems_debug: start_g.o%s}}} 20 20 21 21 *endfile: -
c/src/lib/libbsp/sh/gensh1/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/sh/gensh1/bsp_specs
r1846a62 ra2ae30c2 10 10 *lib: 11 11 %{!qrtems: %(old_lib)} \ 12 %{ qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \12 %{!nostdlib: %{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 17 %{!qrtems: %(old_startfile)} \ 18 %{ qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s}}18 %{!nostdlib: %{qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s}}} 19 19 20 20 *link: -
c/src/lib/libbsp/sh/gensh2/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/sh/gensh2/bsp_specs
r1846a62 ra2ae30c2 10 10 *lib: 11 11 %{!qrtems: %(old_lib)} \ 12 %{ qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \12 %{!nostdlib: %{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 17 %{!qrtems: %(old_startfile)} \ 18 %{ qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s}}18 %{!nostdlib: %{qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s}}} 19 19 20 20 *link: -
c/src/lib/libbsp/sh/gensh4/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/sh/gensh4/bsp_specs
r1846a62 ra2ae30c2 10 10 *lib: 11 11 %{!qrtems: %(old_lib)} \ 12 %{ qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \12 %{!nostdlib: %{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 17 %{!qrtems: %(old_startfile)} \ 18 %{ qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s}}18 %{!nostdlib: %{qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s}}} 19 19 20 20 *link: -
c/src/lib/libbsp/sh/shsim/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/sh/shsim/bsp_specs
r1846a62 ra2ae30c2 10 10 *lib: 11 11 %{!qrtems: %(old_lib)} \ 12 %{ qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \12 %{!nostdlib: %{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 17 %{!qrtems: %(old_startfile)} \ 18 %{ qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s}}18 %{!nostdlib: %{qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s}}} 19 19 20 20 *link: -
c/src/lib/libbsp/sh/simsh4/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/sh/simsh4/bsp_specs
r1846a62 ra2ae30c2 10 10 *lib: 11 11 %{!qrtems: %(old_lib)} \ 12 %{ qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \12 %{!nostdlib: %{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: %{ml: -T linkcmds-le%s} %{!ml: -T linkcmds%s}}} 14 %{!qnolinkcmds: %{ml: -T linkcmds-le%s} %{!ml: -T linkcmds%s}}}} 15 15 16 16 *startfile: 17 17 %{!qrtems: %(old_startfile)} \ 18 %{ qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s}}18 %{!nostdlib: %{qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s}}} 19 19 20 20 *link: -
c/src/lib/libbsp/sparc/erc32/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/sparc/erc32/bsp_specs
r1846a62 ra2ae30c2 12 12 13 13 *lib: 14 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \14 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 15 15 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 16 16 -lc -lgcc --end-group \ 17 %{!qnolinkcmds: -T linkcmds%s}} 17 %{!qnolinkcmds: -T linkcmds%s}}} 18 18 19 19 *startfile: 20 %{!qrtems: %(old_startfile)} %{ qrtems: \20 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 21 21 %{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \ 22 %{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}} 22 %{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}} 23 23 24 24 *link: -
c/src/lib/libbsp/sparc/leon/ChangeLog
r1846a62 ra2ae30c2 1 2002-08-21 Joel Sherrill <joel@OARcorp.com> 2 3 * bsp_specs: Added support for -nostdlibs. 4 1 5 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/lib/libbsp/sparc/leon/bsp_specs
r1846a62 ra2ae30c2 12 12 13 13 *lib: 14 %{!qrtems: %(old_lib)} %{ qrtems: --start-group \14 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 15 15 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 16 16 -lc -lgcc --end-group \ 17 %{!qnolinkcmds: -T linkcmds%s}} 17 %{!qnolinkcmds: -T linkcmds%s}}} 18 18 19 19 *startfile: 20 %{!qrtems: %(old_startfile)} %{ qrtems: \20 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 21 21 %{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \ 22 %{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}} 22 %{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}} 23 23 24 24 *link:
Note: See TracChangeset
for help on using the changeset viewer.