From: Ian Lance Taylor Date: Tue, 30 Jan 1996 18:30:03 +0000 (+0000) Subject: In ASM_FINAL_SPEC, use %|, not ${pipe:-} X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bcc1f62c9edd0a7265721348392f2924631b03ea;p=gcc.git In ASM_FINAL_SPEC, use %|, not ${pipe:-} From-SVN: r11124 --- 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. */