Changeset a858910 in rtems for c/src/lib/libbsp/hppa1.1/simhppa/bsp_specs
- Timestamp:
- 02/11/98 22:13:46 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b4589477
- Parents:
- fc56b90c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/hppa1.1/simhppa/bsp_specs
rfc56b90c ra858910 9 9 10 10 *lib: 11 %{!qrtems: %(old_lib)} %{qrtems: --start-group -lrtemsall -lc -lgcc --end-group} 11 %{!qrtems: %(old_lib)} %{qrtems: --start-group \ 12 %{!qrtems_debug: -lrtemsall} %{qrtems_debug: -lrtemsall_g} \ 13 -lc -lgcc --end-group} 12 14 13 15 *startfile: 14 %{!qrtems: %(old_startfile)} %{qrtems: start.o%s} 16 %{!qrtems: %(old_startfile)} %{qrtems: \ 17 %{!qrtems_debug: start.o%s} \ 18 %{qrtems_debug: start_g.o%s}} 15 19 16 20 *link:
Note: See TracChangeset
for help on using the changeset viewer.