summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-08 19:52:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-08 19:52:47 +0000
commitb54624299a7797470d17f1c37560a854c029d1ee (patch)
tree39f59a3936d547d0b1c189e37cf315329dddab41 /c/src/lib/libbsp/mips
parentFix from Eric Norum so FPSP is installed before any FP code is actually (diff)
downloadrtems-b54624299a7797470d17f1c37560a854c029d1ee.tar.bz2
Modified to search RTEMS library before Newlib C library.
Diffstat (limited to 'c/src/lib/libbsp/mips')
-rw-r--r--c/src/lib/libbsp/mips/p4000/bsp_specs2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/mips/p4000/bsp_specs b/c/src/lib/libbsp/mips/p4000/bsp_specs
index 4cb2e44254..c9e5e4c312 100644
--- a/c/src/lib/libbsp/mips/p4000/bsp_specs
+++ b/c/src/lib/libbsp/mips/p4000/bsp_specs
@@ -8,7 +8,7 @@
%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
*lib:
-%{!qrtems: %(old_lib)} %{qrtems: --start-group -lc -lrtemsall -lgcc --end-group}
+%{!qrtems: %(old_lib)} %{qrtems: --start-group -lrtemsall -lc -lgcc --end-group}
*startfile:
%{!qrtems: %(old_startfile)} %{qrtems: idt_csu.o%s}