From 726a4f7c545f78e99057b5cbbfae0eb5025f1cae Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 18 May 1993 19:26:27 +0000 Subject: [PATCH] (LIB_SPEC): Handle -posix before -shlib. From-SVN: r4496 --- gcc/config/i386/isc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/i386/isc.h b/gcc/config/i386/isc.h index 80e1e36..c15b576 100644 --- a/gcc/config/i386/isc.h +++ b/gcc/config/i386/isc.h @@ -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 -- 2.7.4