Commit 726a4f7c by Richard Stallman

(LIB_SPEC): Handle -posix before -shlib.

From-SVN: r4496
parent 8a0afbb3
......@@ -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
......
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