From: Jim Wilson Date: Thu, 31 Dec 1992 21:05:07 +0000 (-0800) Subject: (ASM_SPEC): Use %|. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cf8a904b921aa116f2842d281c4f191590a3dae9;p=gcc.git (ASM_SPEC): Use %|. From-SVN: r3017 --- diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index 897b5079fc1..0f8bbc53b36 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -30,7 +30,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Special flags to the Sun-4 assembler when using pipe for input. */ -#define ASM_SPEC " %{pipe:-} %{fpic:-k} %{fPIC:-k}" +#define ASM_SPEC " %| %{fpic:-k} %{fPIC:-k}" /* Define macros to distinguish architectures. */ #define CPP_SPEC "%{msparclite:-D__sparclite__} %{mv8:-D__sparc_v8__}"