(LIB_SPEC): Always emit -lc.

From-SVN: r12625
This commit is contained in:
Jim Wilson 1996-08-12 12:54:22 -07:00
parent 2954cae083
commit 03fd6b9862
1 changed files with 8 additions and 4 deletions

View File

@ -57,12 +57,16 @@
%{mmvme135: mvme135-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
#define LIB_SPEC "\
%{mmvme135: -lc -lmvme135 -lc} \
%{mmvme162: -lc -lmvme162 -lc} \
%{midp: -lc -lidp -lc} \
%{mbcc: -lc -lbcc -lc}"
-lc \
%{mmvme135:-lmvme135 -lc} \
%{mmvme162:-lmvme162 -lc} \
%{midp:-lidp -lc} \
%{mbcc:-lbcc -lc}"
#undef SUBTARGET_SWITCHES
#define SUBTARGET_SWITCHES \