Modified to search RTEMS library before Newlib C library.

This commit is contained in:
Joel Sherrill
1997-10-08 19:52:47 +00:00
parent 58e3dc799a
commit b54624299a
20 changed files with 20 additions and 20 deletions

View File

@@ -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: startsis.o%s}