(LIB_SPEC): Handle -posix before -shlib.
authorRichard Stallman <rms@gnu.org>
Tue, 18 May 1993 19:26:27 +0000 (19:26 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 18 May 1993 19:26:27 +0000 (19:26 +0000)
From-SVN: r4496

gcc/config/i386/isc.h

index 80e1e36..c15b576 100644 (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