summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>1996-01-30 18:30:03 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>1996-01-30 18:30:03 +0000
commit3d97236998f95597be13d0b74669ad7b038b0d6e (patch)
tree463d8eb5d461de9ec81d7366a53a07cf11d34baa /gcc
parent991a02795517c4fae198e06106f75e1662ab9ac6 (diff)
downloadgcc-3d97236998f95597be13d0b74669ad7b038b0d6e.tar.gz
In ASM_FINAL_SPEC, use %|, not ${pipe:-}
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11124 138bc75d-0d04-0410-961f-82ee72b054a4
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 2da4a7094c1..a897bf57b7a 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. */