]> gcc.gnu.org Git - gcc.git/commitdiff
* gcc.c (execute): Enable -pipe with win32.
authorStan Cox <scox@cygnus.com>
Thu, 24 Dec 1998 10:30:08 +0000 (10:30 +0000)
committerStan Cox <scox@gcc.gnu.org>
Thu, 24 Dec 1998 10:30:08 +0000 (10:30 +0000)
From-SVN: r24414

gcc/ChangeLog
gcc/gcc.c

index 1da6d68078f0239a6ddd6bd001aafb201c95c9e6..260d22cc8537f1812dd3728ffca03601bd66a4be 100644 (file)
@@ -1,3 +1,7 @@
+Thu Dec 24 10:39:57 1998  Stan Cox  <scox@cygnus.com>
+
+       * gcc.c (execute): Enable -pipe with win32.
+
 Wed Dec 23 10:27:44 1998  Nick Clifton  <nickc@cygnus.com>
 
        * config/arm/t-arm-elf: Add multiplib option for leading
index bd70a216f20935409afc5af5153bdacc579a9b26..cda78b6dd933010fc7fbdef285b36fd1c76389a1 100644 (file)
--- 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.  */
This page took 0.080553 seconds and 5 git commands to generate.