From 9b7d5be529f2f629f1b8259930880a4afd3c2569 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 6 May 1993 01:44:28 +0000 Subject: [PATCH] (LINK_LIBGCC_SPECIAL): Put inside #if 0. From-SVN: r4347 --- gcc/config/i386/sequent.h | 2 ++ 1 file changed, 2 insertions(+) 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. */ -- 2.30.2