aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1992-12-31 13:05:07 -0800
committerJim Wilson <wilson@gcc.gnu.org>1992-12-31 13:05:07 -0800
commitcf8a904b921aa116f2842d281c4f191590a3dae9 (patch)
tree693717016d54e1d4b9dd40145440b2cc1541ef14
parentaf13f02d367c94057d747afc4c30c56930f07e3c (diff)
downloadgcc-cf8a904b921aa116f2842d281c4f191590a3dae9.zip
gcc-cf8a904b921aa116f2842d281c4f191590a3dae9.tar.gz
gcc-cf8a904b921aa116f2842d281c4f191590a3dae9.tar.bz2
(ASM_SPEC): Use %|.
From-SVN: r3017
-rw-r--r--gcc/config/sparc/sparc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h
index 897b507..0f8bbc5 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__}"