From: Richard Stallman Date: Thu, 6 May 1993 01:44:28 +0000 (+0000) Subject: (LINK_LIBGCC_SPECIAL): Put inside #if 0. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9b7d5be529f2f629f1b8259930880a4afd3c2569;p=gcc.git (LINK_LIBGCC_SPECIAL): Put inside #if 0. From-SVN: r4347 --- diff --git a/gcc/config/i386/sequent.h b/gcc/config/i386/sequent.h index 7e09115bd51..004d3d1d321 100644 --- a/gcc/config/i386/sequent.h +++ b/gcc/config/i386/sequent.h @@ -39,9 +39,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define LINK_SPEC "%{Z*}" +#if 0 /* Dynix 3.1 is said to accept -L. */ /* Dynix V3.0.12 doesn't accept -L at all. */ #define LINK_LIBGCC_SPECIAL +#endif /* Link with libg.a when debugging, for dbx's sake. */