summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorscox <scox@138bc75d-0d04-0410-961f-82ee72b054a4>1998-12-24 10:30:08 +0000
committerscox <scox@138bc75d-0d04-0410-961f-82ee72b054a4>1998-12-24 10:30:08 +0000
commit35151e7a91705668e8074149f0f89fd06962f1eb (patch)
tree3ce4a27c68bc98df9aa162f33af20e2ee90c0d01 /gcc/gcc.c
parentc3d0380c98911f6ea32b1ff86a2d52f8d2ebb239 (diff)
downloadgcc-35151e7a91705668e8074149f0f89fd06962f1eb.tar.gz
* gcc.c (execute): Enable -pipe with win32.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24414 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index bd70a216f20..cda78b6dd93 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -2211,7 +2211,7 @@ execute ()
for (n_commands = 1, i = 0; i < argbuf_index; i++)
if (strcmp (argbuf[i], "|") == 0)
{ /* each command. */
-#if defined (__MSDOS__) || (defined (_WIN32) && defined (__CYGWIN__)) || defined (OS2) || defined (VMS)
+#if defined (__MSDOS__) || defined (OS2) || defined (VMS)
fatal ("-pipe not supported");
#endif
argbuf[i] = 0; /* termination of command args. */