Changeset 1a632e8e in rtems
- Timestamp:
- 06/07/00 13:27:40 (24 years ago)
- Children:
- 68638f0
- Parents:
- 259397cc
- Location:
- c/src/lib/libbsp
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i960/rxgen960/bsp_specs
r259397cc r1a632e8e 19 19 20 20 *link: 21 %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N - T linkcmds%s -e _start}21 %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start} 22 22 -
c/src/lib/libbsp/powerpc/dmv177/bsp_specs
r259397cc r1a632e8e 23 23 24 24 *link: 25 %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic - T linkcmds%s -e _start -u __vectors}25 %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -e _start -u __vectors} 26 26 -
c/src/lib/libbsp/powerpc/eth_comm/bsp_specs
r259397cc r1a632e8e 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{qrtems: ecrti%O%s--start-group \11 %{!qrtems: %(old_lib)} %{qrtems: --start-group \ 12 12 %{!qrtems_debug: -lrtemsall} %{qrtems_debug: -lrtemsall_g} \ 13 13 -lc -lgcc --end-group \ … … 15 15 16 16 *startfile: 17 %{!qrtems: %(old_startfile)} %{qrtems: \18 %{!qrtems_debug: } \19 %{qrtems_debug: }}17 %{!qrtems: %(old_startfile)} %{qrtems: ecrti%O%s \ 18 %{!qrtems_debug: start.o%s} \ 19 %{qrtems_debug: start_g.o%s}} 20 20 21 21 *endfile: -
c/src/lib/libbsp/powerpc/motorola_powerpc/bsp_specs
r259397cc r1a632e8e 20 20 21 21 *link: 22 %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic - T linkcmds%s -e __rtems_entry_point -u __vectors}22 %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -e __rtems_entry_point -u __vectors} 23 23 -
c/src/lib/libbsp/powerpc/ppcn_60x/bsp_specs
r259397cc r1a632e8e 23 23 24 24 *link: 25 %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic - T linkcmds%s -e _start -u __vectors}25 %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -e _start -u __vectors} 26 26 -
c/src/lib/libbsp/powerpc/psim/bsp_specs
r259397cc r1a632e8e 23 23 24 24 *link: 25 %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic - T linkcmds%s -e _start -u __vectors}25 %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -e _start -u __vectors} 26 26 -
c/src/lib/libbsp/powerpc/score603e/bsp_specs
r259397cc r1a632e8e 23 23 24 24 *link: 25 %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic - T linkcmds%s -e _start -u __vectors}25 %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -e _start -u __vectors} 26 26
Note: See TracChangeset
for help on using the changeset viewer.