Commit 03fd6b98 by Jim Wilson

(LIB_SPEC): Always emit -lc.

From-SVN: r12625
parent 2954cae0
...@@ -57,12 +57,16 @@ ...@@ -57,12 +57,16 @@
%{mmvme135: mvme135-crt0.o} \ %{mmvme135: mvme135-crt0.o} \
%{mmvme162: mvme162-crt0.o}" %{mmvme162: mvme162-crt0.o}"
/* We must always include -lc at least once. If we use a board specific
library, we must include -lc before and after the board specific
library. */
#undef LIB_SPEC #undef LIB_SPEC
#define LIB_SPEC "\ #define LIB_SPEC "\
%{mmvme135: -lc -lmvme135 -lc} \ -lc \
%{mmvme162: -lc -lmvme162 -lc} \ %{mmvme135:-lmvme135 -lc} \
%{midp: -lc -lidp -lc} \ %{mmvme162:-lmvme162 -lc} \
%{mbcc: -lc -lbcc -lc}" %{midp:-lidp -lc} \
%{mbcc:-lbcc -lc}"
#undef SUBTARGET_SWITCHES #undef SUBTARGET_SWITCHES
#define SUBTARGET_SWITCHES \ #define SUBTARGET_SWITCHES \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment