Changeset 0b344f34 in rtems
- Timestamp:
- 04/29/14 06:53:35 (9 years ago)
- Branches:
- 4.11, 5, master
- Children:
- a16af0b3
- Parents:
- ef26454
- git-author:
- Sebastian Huber <sebastian.huber@…> (04/29/14 06:53:35)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (04/29/14 07:50:40)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m32r/m32rsim/bsp_specs
ref26454 r0b344f34 5 5 *startfile: 6 6 %{!qrtems: %(old_startfile)} \ 7 %{!nostdlib: %{qrtems: start.o%s crtinit.o%s -e _start}} 7 %{!nostdlib: %{qrtems: start.o%s crtinit.o%s crtbegin.o%s -e _start}} 8 9 *link: 10 %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N} 8 11 9 12 *endfile: 10 %{!qrtems: %(old_endfile)} \ 11 %{!nostdlib: %{qrtems: crtfini.o%s}} 12 13 *link: 14 %(old_link) %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N} 15 13 %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtfini.o%s }
Note: See TracChangeset
for help on using the changeset viewer.