From: Richard Stallman Date: Wed, 5 May 1993 21:57:58 +0000 (+0000) Subject: (LINK_LIBGCC_SPECIAL): Defined. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=26a2bce562ced0d7580046658c6062e13c2492a2;p=gcc.git (LINK_LIBGCC_SPECIAL): Defined. From-SVN: r4343 --- diff --git a/gcc/config/i386/sequent.h b/gcc/config/i386/sequent.h index faab8d1e117..7e09115bd51 100644 --- a/gcc/config/i386/sequent.h +++ b/gcc/config/i386/sequent.h @@ -39,6 +39,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define LINK_SPEC "%{Z*}" +/* Dynix V3.0.12 doesn't accept -L at all. */ + +#define LINK_LIBGCC_SPECIAL + /* Link with libg.a when debugging, for dbx's sake. */ #define LIB_SPEC "%{g:-lg} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p} "