Changeset b174ee8 in rtems for c/src/lib/libbsp/arm/csb336/bsp_specs
- Timestamp:
- Oct 30, 2006, 4:53:54 PM (14 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 842a8fe
- Parents:
- 5cde0c4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/csb336/bsp_specs
r5cde0c4 rb174ee8 5 5 *startfile: 6 6 %{!qrtems: %(old_startfile)} %{qrtems: \ 7 %{!qrtems_debug: start.o%s crt begin.o%s} \8 %{qrtems_debug: start_g.o%s crt begin.o%s}}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}}} 9 9 10 10 *link: 11 11 %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start} 12 12 13 *endfile: 14 %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s } 15
Note: See TracChangeset
for help on using the changeset viewer.