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/hppa1.1/simhppa/ChangeLog | 5 +++++ c/src/lib/libbsp/hppa1.1/simhppa/bsp_specs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/hppa1.1/simhppa') diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog b/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog index 0ace00a1dc..555f4000b8 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/ChangeLog +++ b/c/src/lib/libbsp/hppa1.1/simhppa/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/hppa1.1/simhppa/bsp_specs b/c/src/lib/libbsp/hppa1.1/simhppa/bsp_specs index fe6aa2a53d..7f9c44ba4f 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/bsp_specs +++ b/c/src/lib/libbsp/hppa1.1/simhppa/bsp_specs @@ -9,7 +9,7 @@ *lib: %{!qrtems: %(old_lib)} %{qrtems: --start-group \ -%{!qrtems_debug: -lrtemsall} %{qrtems_debug: -lrtemsall_g} \ +%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \ -lc -lgcc --end-group} *startfile: -- cgit v1.2.3