Changeset 32cf23b1 in rtems for c/src/lib/libbsp/arm/gp32/bsp_specs
- Timestamp:
- Jun 2, 2005, 1:41:35 PM (16 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b2a4e861
- Parents:
- d1747cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/gp32/bsp_specs
rd1747cb r32cf23b1 6 6 7 7 *cpp: 8 %(old_cpp) %{qrtems: -D__embedded__ -D USE_ENHANCED_INTR_API} -Asystem(embedded)8 %(old_cpp) %{qrtems: -D__embedded__ -D__USE_INIT_FINI__ -DUSE_ENHANCED_INTR_API} -Asystem(embedded) 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{qrtems: --start-group \ 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 11 %{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \ 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} \ 13 %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 14 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 15 %{!qnolinkcmds: -T linkcmds%s}}} 15 16 16 17 *startfile: 17 %{!qrtems: %(old_startfile)} %{ qrtems: \18 %{!qrtems_debug: start.o%s crt begin.o%s} \19 %{qrtems_debug: start_g.o%s crt begin.o%s}}18 %{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ 19 %{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \ 20 %{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}} 20 21 21 22 *link: 22 %{!qrtems: %(old_link)} %{qrtems: - Qy -dp -Bstatic-N -e _start}23 %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start} 23 24 25 *endfile: 26 %{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }
Note: See TracChangeset
for help on using the changeset viewer.