In ASM_FINAL_SPEC, use %|, not ${pipe:-}
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 30 Jan 1996 18:30:03 +0000 (18:30 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 30 Jan 1996 18:30:03 +0000 (18:30 +0000)
From-SVN: r11124

gcc/config/svr4.h

index 2da4a7094c115e487aca0ac6ba1bf0b6e5f7654c..a897bf57b7a5fc0bc931b39236ce11fc4f469e63 100644 (file)
@@ -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.  */