aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>1996-01-30 18:30:03 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>1996-01-30 18:30:03 +0000
commitbcc1f62c9edd0a7265721348392f2924631b03ea (patch)
tree463d8eb5d461de9ec81d7366a53a07cf11d34baa /gcc
parentb0d71df9409c7c7449b2969ce48f93061a6638c1 (diff)
downloadgcc-bcc1f62c9edd0a7265721348392f2924631b03ea.zip
gcc-bcc1f62c9edd0a7265721348392f2924631b03ea.tar.gz
gcc-bcc1f62c9edd0a7265721348392f2924631b03ea.tar.bz2
In ASM_FINAL_SPEC, use %|, not ${pipe:-}
From-SVN: r11124
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/svr4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h
index 2da4a70..a897bf57 100644
--- a/gcc/config/svr4.h
+++ b/gcc/config/svr4.h
@@ -109,7 +109,7 @@ Boston, MA 02111-1307, USA.
messages. */
#undef ASM_FINAL_SPEC
-#define ASM_FINAL_SPEC "%{pipe:-}"
+#define ASM_FINAL_SPEC "%|"
/* Under svr4, the normal location of the `ld' and `as' programs is the
/usr/ccs/bin directory. */