From 0666ea48c1252f54286ab0c7c07e24d10ae9ea7f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 4 Jan 2002 18:11:25 +0000 Subject: 2001-12-22 Ralf Corsepius * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu, replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g. --- c/src/lib/libbsp/h8300/h8sim/ChangeLog | 5 +++++ c/src/lib/libbsp/h8300/h8sim/bsp_specs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp') diff --git a/c/src/lib/libbsp/h8300/h8sim/ChangeLog b/c/src/lib/libbsp/h8300/h8sim/ChangeLog index 5438eace23..44d70e407b 100644 --- a/c/src/lib/libbsp/h8300/h8sim/ChangeLog +++ b/c/src/lib/libbsp/h8300/h8sim/ChangeLog @@ -3,6 +3,11 @@ * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu, replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g. +2001-12-22 Ralf Corsepius + + * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu, + replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g. + 2001-11-30 Ralf Corsepius * configure.ac: Introduce RTEMS_BSP_CONFIGURE. diff --git a/c/src/lib/libbsp/h8300/h8sim/bsp_specs b/c/src/lib/libbsp/h8300/h8sim/bsp_specs index c72e2ef20b..15ddc80f38 100644 --- a/c/src/lib/libbsp/h8300/h8sim/bsp_specs +++ b/c/src/lib/libbsp/h8300/h8sim/bsp_specs @@ -9,7 +9,7 @@ *lib: %{!qrtems: %(old_lib)} %{qrtems: --start-group \ -%{!qrtems_debug: -lrtemsbsp -lrtemscpu -lrtems} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g -lrtems_g} \ +%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ -lc -lgcc --end-group \ %{!qnolinkcmds: -T linkcmds%s}} -- cgit v1.2.3