* gcc.c (execute): Enable -pipe with win32.
From-SVN: r24414
This commit is contained in:
parent
05b3fb45b8
commit
6405c0eca8
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user