Changeset 48679b7 in rtems for c/src/lib/libbsp/bfin/TLL6527M/bsp_specs
- Timestamp:
- 12/18/17 20:41:10 (5 years ago)
- Branches:
- 5, master
- Children:
- b228f55
- Parents:
- 26b3a98
- git-author:
- Joel Sherrill <joel@…> (12/18/17 20:41:10)
- git-committer:
- Joel Sherrill <joel@…> (12/19/17 17:06:37)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/bfin/TLL6527M/bsp_specs
r26b3a98 r48679b7 1 1 %rename endfile old_endfile 2 2 %rename startfile old_startfile 3 %rename link old_link4 3 5 4 *startfile: 6 5 %{!qrtems: %(old_startfile)} \ 7 %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e __start}} 8 9 *link: 10 %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N} 6 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}} 11 7 12 8 *endfile:
Note: See TracChangeset
for help on using the changeset viewer.