Changeset a2ae30c2 in rtems for c/src/lib/libbsp/sh/gensh2/bsp_specs
- Timestamp:
- Aug 21, 2002, 5:06:22 PM (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0308c805
- Parents:
- 1846a62
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sh/gensh2/bsp_specs
r1846a62 ra2ae30c2 10 10 *lib: 11 11 %{!qrtems: %(old_lib)} \ 12 %{ qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \12 %{!nostdlib: %{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 %{!qnolinkcmds: -T linkcmds%s}} 14 %{!qnolinkcmds: -T linkcmds%s}}} 15 15 16 16 *startfile: 17 17 %{!qrtems: %(old_startfile)} \ 18 %{ qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s}}18 %{!nostdlib: %{qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s}}} 19 19 20 20 *link:
Note: See TracChangeset
for help on using the changeset viewer.