Changeset 32163db in rtems for c/src/lib/libbsp/powerpc/score603e/bsp_specs
- Timestamp:
- 02/19/99 00:29:01 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7a64d8e
- Parents:
- 9c448e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/score603e/bsp_specs
r9c448e1 r32163db 1 1 2 %rename cpp old_cpp 2 3 %rename lib old_lib … … 9 10 10 11 *lib: 11 %{!qrtems: %(old_lib)} %{qrtems: ecrti%O%s ecrtn%O%s --start-group -lrtemsall -lc -lgcc --end-group %{!qnolinkcmds: -T linkcmds%s}} 12 %{!qrtems: %(old_lib)} %{qrtems: --start-group \ 13 %{!qrtems_debug: -lrtemsall} %{qrtems_debug: -lrtemsall_g} \ 14 -lc -lgcc --end-group ecrtn%O%s \ 15 %{!qnolinkcmds: -T linkcmds%s}} 12 16 13 17 *startfile: 14 %{!qrtems: %(old_startfile)} %{qrtems: start.o%s} 18 %{!qrtems: %(old_startfile)} %{qrtems: ecrti%O%s \ 19 %{!qrtems_debug: start.o%s} \ 20 %{qrtems_debug: start_g.o%s}} 15 21 16 22 *link: 17 %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic - e _start -u __vectors}23 %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -T linkcmds%s -e _start -u __vectors} 18 24
Note: See TracChangeset
for help on using the changeset viewer.