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/i386/i386ex/ChangeLog | 5 +++++ c/src/lib/libbsp/i386/i386ex/bsp_specs | 2 +- c/src/lib/libbsp/i386/pc386/ChangeLog | 5 +++++ c/src/lib/libbsp/i386/pc386/bsp_specs | 2 +- c/src/lib/libbsp/i386/ts_386ex/ChangeLog | 5 +++++ c/src/lib/libbsp/i386/ts_386ex/bsp_specs | 2 +- 6 files changed, 18 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libbsp/i386') diff --git a/c/src/lib/libbsp/i386/i386ex/ChangeLog b/c/src/lib/libbsp/i386/i386ex/ChangeLog index a203dabd0a..99534a0e9a 100644 --- a/c/src/lib/libbsp/i386/i386ex/ChangeLog +++ b/c/src/lib/libbsp/i386/i386ex/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/i386/i386ex/bsp_specs b/c/src/lib/libbsp/i386/i386ex/bsp_specs index 3d4b66ec40..13f2a17eb7 100644 --- a/c/src/lib/libbsp/i386/i386ex/bsp_specs +++ b/c/src/lib/libbsp/i386/i386ex/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 \ %{!qnolinkcmds: -T linkcmds%s}} diff --git a/c/src/lib/libbsp/i386/pc386/ChangeLog b/c/src/lib/libbsp/i386/pc386/ChangeLog index f4ec57c03e..fe7ea54ab1 100644 --- a/c/src/lib/libbsp/i386/pc386/ChangeLog +++ b/c/src/lib/libbsp/i386/pc386/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/i386/pc386/bsp_specs b/c/src/lib/libbsp/i386/pc386/bsp_specs index b4b9989da4..90c425d083 100644 --- a/c/src/lib/libbsp/i386/pc386/bsp_specs +++ b/c/src/lib/libbsp/i386/pc386/bsp_specs @@ -12,7 +12,7 @@ crtend.o%s crtn.o%s *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 \ %{!qnolinkcmds: -T linkcmds%s}} diff --git a/c/src/lib/libbsp/i386/ts_386ex/ChangeLog b/c/src/lib/libbsp/i386/ts_386ex/ChangeLog index 90246c41be..45abc8d98d 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/ChangeLog +++ b/c/src/lib/libbsp/i386/ts_386ex/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/i386/ts_386ex/bsp_specs b/c/src/lib/libbsp/i386/ts_386ex/bsp_specs index 03a3df6874..35c634876c 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/bsp_specs +++ b/c/src/lib/libbsp/i386/ts_386ex/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 \ %{!qnolinkcmds: -T linkcmds%s}} -- cgit v1.2.3