diff options
author | Richard Stallman <rms@gnu.org> | 1993-05-18 19:26:27 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-05-18 19:26:27 +0000 |
commit | 726a4f7c545f78e99057b5cbbfae0eb5025f1cae (patch) | |
tree | 3908df4787650e78b28d3bb2f5b9172606ce0445 /gcc | |
parent | 8a0afbb3bcf9d7eda08a2434e631ca450f14b4bd (diff) | |
download | gcc-726a4f7c545f78e99057b5cbbfae0eb5025f1cae.zip gcc-726a4f7c545f78e99057b5cbbfae0eb5025f1cae.tar.gz gcc-726a4f7c545f78e99057b5cbbfae0eb5025f1cae.tar.bz2 |
(LIB_SPEC): Handle -posix before -shlib.
From-SVN: r4496
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/isc.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |