Commit 9356b79f by Richard Kenner

(LINK_SPEC): Add missing "\".

From-SVN: r8739
parent 2e3174a0
/* 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}}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment