Changeset 0666ea48 in rtems
- Timestamp:
- 01/04/02 18:11:25 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f7162ce
- Parents:
- c4069d4
- Location:
- c/src/lib/libbsp/h8300/h8sim
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/h8300/h8sim/ChangeLog
rc4069d4 r0666ea48 1 2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu, 4 replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g. 5 1 6 2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/h8300/h8sim/bsp_specs
rc4069d4 r0666ea48 10 10 *lib: 11 11 %{!qrtems: %(old_lib)} %{qrtems: --start-group \ 12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu -lrtems} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g -lrtems_g} \12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 14 %{!qnolinkcmds: -T linkcmds%s}}
Note: See TracChangeset
for help on using the changeset viewer.