Changeset df393962 in rtems for c/src/lib/libbsp/arm/csb336/bsp_specs
- Timestamp:
- Dec 4, 2008, 8:34:02 PM (12 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- f6c6e17d
- Parents:
- 212f7b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/csb336/bsp_specs
r212f7b0 rdf393962 5 5 *startfile: 6 6 %{!qrtems: %(old_startfile)} \ 7 %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s }}7 %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e _start}} 8 8 9 9 *link: 10 %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start}10 %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N} 11 11 12 12 *endfile:
Note: See TracChangeset
for help on using the changeset viewer.