Changeset 80c6ce9 in rtems
- Timestamp:
- Apr 12, 2007, 3:07:36 AM (14 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 71c4d68
- Parents:
- 2948f70
- Location:
- c/src/lib/libbsp
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/armulator/ChangeLog
r2948f70 r80c6ce9 1 2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * bsp_specs: Remove qrtems_debug. 4 1 5 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
c/src/lib/libbsp/arm/armulator/bsp_specs
r2948f70 r80c6ce9 4 4 5 5 *startfile: 6 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 7 %{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \ 8 %{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}} 6 %{!qrtems: %(old_startfile)} \ 7 %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}} 9 8 10 9 *link: … … 13 12 *endfile: 14 13 %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s } 15 -
c/src/lib/libbsp/arm/csb336/ChangeLog
r2948f70 r80c6ce9 1 2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * bsp_specs: Remove qrtems_debug. 4 1 5 2007-03-12 Joel Sherrill <joel@OARcorp.com> 2 6 -
c/src/lib/libbsp/arm/csb336/bsp_specs
r2948f70 r80c6ce9 4 4 5 5 *startfile: 6 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 7 %{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \ 8 %{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}} 6 %{!qrtems: %(old_startfile)} \ 7 %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}} 9 8 10 9 *link: -
c/src/lib/libbsp/arm/csb337/ChangeLog
r2948f70 r80c6ce9 1 2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * bsp_specs: Remove qrtems_debug. 4 1 5 2007-03-26 Chris Johns <chrisj@rtems.org> 2 6 -
c/src/lib/libbsp/arm/csb337/bsp_specs
r2948f70 r80c6ce9 4 4 5 5 *startfile: 6 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 7 %{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \ 8 %{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}} 6 %{!qrtems: %(old_startfile)} \ 7 %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}} 9 8 10 9 *link: … … 13 12 *endfile: 14 13 %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s } 15 -
c/src/lib/libbsp/arm/edb7312/ChangeLog
r2948f70 r80c6ce9 1 2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * bsp_specs: Remove qrtems_debug. 4 1 5 2007-03-11 Joel Sherrill <joel@OARcorp.com> 2 6 -
c/src/lib/libbsp/arm/edb7312/bsp_specs
r2948f70 r80c6ce9 4 4 5 5 *startfile: 6 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 7 %{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \ 8 %{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}} 6 %{!qrtems: %(old_startfile)} \ 7 %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}} 9 8 10 9 *link: … … 13 12 *endfile: 14 13 %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s } 15 -
c/src/lib/libbsp/arm/gba/ChangeLog
r2948f70 r80c6ce9 1 2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * bsp_specs: Remove qrtems_debug. 4 1 5 2007-03-11 Joel Sherrill <joel@OARcorp.com> 2 6 -
c/src/lib/libbsp/arm/gba/bsp_specs
r2948f70 r80c6ce9 4 4 5 5 *startfile: 6 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 7 %{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \ 8 %{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}} 6 %{!qrtems: %(old_startfile)} \ 7 %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}} 9 8 10 9 *link: -
c/src/lib/libbsp/arm/gp32/ChangeLog
r2948f70 r80c6ce9 1 2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * bsp_specs: Remove qrtems_debug. 4 1 5 2007-03-12 Joel Sherrill <joel@OARcorp.com> 2 6 -
c/src/lib/libbsp/arm/gp32/bsp_specs
r2948f70 r80c6ce9 4 4 5 5 *startfile: 6 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 7 %{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \ 8 %{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}} 6 %{!qrtems: %(old_startfile)} \ 7 %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}} 9 8 10 9 *link: -
c/src/lib/libbsp/i386/i386ex/ChangeLog
r2948f70 r80c6ce9 1 2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * bsp_specs: Remove qrtems_debug. 4 1 5 2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
c/src/lib/libbsp/i386/i386ex/bsp_specs
r2948f70 r80c6ce9 4 4 5 5 *startfile: 6 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 7 %{!qrtems_debug: start.o%s} \ 8 %{qrtems_debug: start_g.o%s}}} 6 %{!qrtems: %(old_startfile)} \ 7 %{!nostdlib: %{qrtems: start.o%s}} 9 8 10 9 *link: 11 10 %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e reset} 12 -
c/src/lib/libbsp/i386/pc386/ChangeLog
r2948f70 r80c6ce9 1 2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * bsp_specs: Remove qrtems_debug. 4 1 5 2007-04-02 Joel Sherrill <joel@OARcorp.com> 2 6 -
c/src/lib/libbsp/i386/pc386/bsp_specs
r2948f70 r80c6ce9 7 7 8 8 *startfile: 9 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 10 %{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \ 11 %{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}} 9 %{!qrtems: %(old_startfile)} \ 10 %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}} 12 11 13 12 *link: 14 13 %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start} 15 -
c/src/lib/libbsp/i386/ts_386ex/ChangeLog
r2948f70 r80c6ce9 1 2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * bsp_specs: Remove qrtems_debug. 4 1 5 2006-12-15 Ralf Corsépius <ralf.corsepius@rtems.org> 2 6 -
c/src/lib/libbsp/i386/ts_386ex/bsp_specs
r2948f70 r80c6ce9 4 4 5 5 *startfile: 6 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 7 %{!qrtems_debug: start.o%s} \ 8 %{qrtems_debug: start_g.o%s} crti.o%s crtbegin.o%s}} 6 %{!qrtems: %(old_startfile)} \ 7 %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}} 9 8 10 9 *link:
Note: See TracChangeset
for help on using the changeset viewer.