Changeset 46898a6b in rtems
- Timestamp:
- Apr 12, 2007, 5:15:13 AM (13 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, master
- Children:
- e3fe18d
- Parents:
- 58d4947
- Location:
- c/src/lib/libbsp/nios2/nios2_iss
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/nios2/nios2_iss/ChangeLog
r58d4947 r46898a6b 1 2007-04-12 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * bsp_specs: Remove qrtems_debug. 4 Remove *cpp:. 5 1 6 2007-03-12 Joel Sherrill <joel@OARcorp.com> 2 7 -
c/src/lib/libbsp/nios2/nios2_iss/bsp_specs
r58d4947 r46898a6b 1 %rename cpp old_cpp2 1 %rename lib old_lib 3 2 %rename endfile old_endfile … … 5 4 %rename link old_link 6 5 7 *cpp:8 %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)9 10 6 *lib: 11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 -lc -lgcc --end-group \ 7 %{!qrtems: %(old_lib)} \ 8 %{!nostdlib: %{qrtems: --start-group -lrtemsbsp -lrtemscpu -lc -lgcc --end-group \ 14 9 %{!qnolinkcmds: -T linkcmds%s}}} 15 10 16 11 *startfile: 17 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 18 %{!qrtems_debug: start.o%s} \ 19 %{qrtems_debug: start_g.o%s} \ 20 crti.o%s crtbegin.o%s }} 12 %{!qrtems: %(old_startfile)} \ 13 %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}} 21 14 22 15 *link: … … 25 18 *endfile: 26 19 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtnn.o%s} 27
Note: See TracChangeset
for help on using the changeset viewer.