aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-01-13 15:01:54 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1995-01-13 15:01:54 -0500
commit9356b79f64c9acf44c1802902423683827d19be1 (patch)
tree948f0d237af7ba436d1c3c313dc83d7cf3fb8119 /gcc
parent2e3174a0ed1c790e91eb9bb26c98dec19540ca8a (diff)
downloadgcc-9356b79f64c9acf44c1802902423683827d19be1.zip
gcc-9356b79f64c9acf44c1802902423683827d19be1.tar.gz
gcc-9356b79f64c9acf44c1802902423683827d19be1.tar.bz2
(LINK_SPEC): Add missing "\".
From-SVN: r8739
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/alpha/osf12.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/alpha/osf12.h b/gcc/config/alpha/osf12.h
index 9a751ca..4f3aeaf 100644
--- a/gcc/config/alpha/osf12.h
+++ b/gcc/config/alpha/osf12.h
@@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler, for DEC Alpha.
- Copyright (C) 1992, 1993 Free Software Foundation, Inc.
+ Copyright (C) 1992, 1993, 1995 Free Software Foundation, Inc.
Contributed by Richard Kenner (kenner@nyu.edu)
This file is part of GNU CC.
@@ -26,5 +26,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef LINK_SPEC
#define LINK_SPEC \
- "-G 8 -O1 %{!shared:-init __main} %{static:-non_shared}
+ "-G 8 -O1 %{!shared:-init __main} %{static:-non_shared} \
%{!static:%{shared:-shared} %{!shared:-call_shared}}"