From 9356b79f64c9acf44c1802902423683827d19be1 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 13 Jan 1995 15:01:54 -0500 Subject: [PATCH] (LINK_SPEC): Add missing "\". From-SVN: r8739 --- gcc/config/alpha/osf12.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/alpha/osf12.h b/gcc/config/alpha/osf12.h index 9a751ca4e84..4f3aeafd056 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}}" -- 2.30.2