From 8fec91537c75b53878d58410c5fa965b6c420567 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 4 Jan 2002 17:32:07 +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/i960/rxgen960/ChangeLog | 5 +++++ c/src/lib/libbsp/i960/rxgen960/bsp_specs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/i960/rxgen960') diff --git a/c/src/lib/libbsp/i960/rxgen960/ChangeLog b/c/src/lib/libbsp/i960/rxgen960/ChangeLog index 53912fdfa9..324a392114 100644 --- a/c/src/lib/libbsp/i960/rxgen960/ChangeLog +++ b/c/src/lib/libbsp/i960/rxgen960/ChangeLog @@ -1,3 +1,8 @@ +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/i960/rxgen960/bsp_specs b/c/src/lib/libbsp/i960/rxgen960/bsp_specs index f7d6e8f0d0..403f4806e7 100644 --- a/c/src/lib/libbsp/i960/rxgen960/bsp_specs +++ b/c/src/lib/libbsp/i960/rxgen960/bsp_specs @@ -10,7 +10,7 @@ *lib: %{!qrtems: %(old_lib)} \ %{qrtems: --start-group -lc \ -%{!qrtems_debug: -lrtemsall } %{qrtems_debug: -lrtemsall_g} \ +%{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ -lgcc --end-group \ %{!qnolinkcmds: -T linkcmds%s}} -- cgit v1.2.3