summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-04 18:11:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-04 18:11:25 +0000
commit0666ea48c1252f54286ab0c7c07e24d10ae9ea7f (patch)
tree2cd7a8767f92267d6c6d8ba0661b35aaa34b1360 /c/src/lib/libbsp
parent2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-0666ea48c1252f54286ab0c7c07e24d10ae9ea7f.tar.bz2
2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu, replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
Diffstat (limited to 'c/src/lib/libbsp')
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/ChangeLog5
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/bsp_specs2
2 files changed, 6 insertions, 1 deletions
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 <corsepiu@faw.uni-ulm.de>
+
+ * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
+ replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
+
2001-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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}}