summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/rxgen960
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/i960/rxgen960')
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/ChangeLog5
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/bsp_specs2
2 files changed, 6 insertions, 1 deletions
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 <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/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}}