Changeset 96981a48 in rtems for c/src/lib/libbsp/arm/rtl22xx/bsp_specs
- Timestamp:
- Apr 25, 2007, 12:54:18 PM (14 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7d31bdd
- Parents:
- 6f1247b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/rtl22xx/bsp_specs
r6f1247b r96981a48 4 4 5 5 *startfile: 6 %{!qrtems: %(old_startfile)} %{qrtems: \ 7 %{!qrtems_debug: start.o%s crtbegin.o%s} \ 8 %{qrtems_debug: start_g.o%s crtbegin.o%s}} 6 %{!qrtems: %(old_startfile)} \ 7 %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}} 9 8 10 9 *link: 11 %{!qrtems: %(old_link)} %{qrtems: - Qy -dp -Bstatic-N -e _start}10 %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start} 12 11 12 *endfile: 13 %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }
Note: See TracChangeset
for help on using the changeset viewer.