(LIB_SPEC): Handle -posix before -shlib.

From-SVN: r4496
This commit is contained in:
Richard Stallman 1993-05-18 19:26:27 +00:00
parent 8a0afbb3bc
commit 726a4f7c54
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
/* Library spec */
#undef LIB_SPEC
#define LIB_SPEC "%{posix:-lcposix} %{shlib:-lc_s} -lc -lg"
#define LIB_SPEC "%{shlib:-lc_s} %{posix:-lcposix} -lc -lg"
/* ISC 2.2 uses `char' for `wchar_t'. */
#undef WCHAR_TYPE