aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-05-06 01:44:28 +0000
committerRichard Stallman <rms@gnu.org>1993-05-06 01:44:28 +0000
commit9b7d5be529f2f629f1b8259930880a4afd3c2569 (patch)
treef29545c3fccf89226b5002792754a9c3d370addd /gcc
parent2b5ddaab8d2217d10118cbb72e01fb0a0dbc75df (diff)
downloadgcc-9b7d5be529f2f629f1b8259930880a4afd3c2569.zip
gcc-9b7d5be529f2f629f1b8259930880a4afd3c2569.tar.gz
gcc-9b7d5be529f2f629f1b8259930880a4afd3c2569.tar.bz2
(LINK_LIBGCC_SPECIAL): Put inside #if 0.
From-SVN: r4347
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/sequent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/i386/sequent.h b/gcc/config/i386/sequent.h
index 7e09115..004d3d1 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. */