diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-01-30 18:30:03 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-01-30 18:30:03 +0000 |
commit | 3d97236998f95597be13d0b74669ad7b038b0d6e (patch) | |
tree | 463d8eb5d461de9ec81d7366a53a07cf11d34baa /gcc/config/svr4.h | |
parent | 991a02795517c4fae198e06106f75e1662ab9ac6 (diff) | |
download | gcc-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/config/svr4.h')
-rw-r--r-- | gcc/config/svr4.h | 2 |
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. */ |