Changeset 8e72501 in rtems
- Timestamp:
- 01/04/02 18:21:26 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3cb43d3
- Parents:
- 29e1c006
- Location:
- c/src/lib/libbsp/m68k/mcf5206elite
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/mcf5206elite/ChangeLog
r29e1c006 r8e72501 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-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/m68k/mcf5206elite/bsp_specs
r29e1c006 r8e72501 10 10 *lib: 11 11 %{!qrtems: %(old_lib)} %{qrtems: --start-group \ 12 %{!qrtems_debug: -lrtems all} %{qrtems_debug: -lrtemsall_g} \12 %{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ 13 13 -lc -lgcc --end-group \ 14 14 %{!qnolinkcmds: \
Note: See TracChangeset
for help on using the changeset viewer.