Commit bcc1f62c by Ian Lance Taylor

In ASM_FINAL_SPEC, use %|, not ${pipe:-}

From-SVN: r11124
parent b0d71df9
...@@ -109,7 +109,7 @@ Boston, MA 02111-1307, USA. ...@@ -109,7 +109,7 @@ Boston, MA 02111-1307, USA.
messages. */ messages. */
#undef ASM_FINAL_SPEC #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 /* Under svr4, the normal location of the `ld' and `as' programs is the
/usr/ccs/bin directory. */ /usr/ccs/bin directory. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment