summaryrefslogtreecommitdiffstats
path: root/gcc/collect2.c
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-12 19:37:47 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1998-11-12 19:37:47 +0000
commite678484ce65d0936cf542dfac80e0d25648b500d (patch)
tree58da5367424fc46a1ddd1b556ccd78b739092602 /gcc/collect2.c
parent414a3558d3680ef9066c3589e0619283be8f442b (diff)
downloadppe42-gcc-e678484ce65d0936cf542dfac80e0d25648b500d.tar.gz
ppe42-gcc-e678484ce65d0936cf542dfac80e0d25648b500d.zip
Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23622 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r--gcc/collect2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c
index 729682e5f3b..6f914062e72 100644
--- a/gcc/collect2.c
+++ b/gcc/collect2.c
@@ -47,7 +47,7 @@ Boston, MA 02111-1307, USA. */
#include "demangle.h"
#include "obstack.h"
-#ifdef __CYGWIN32__
+#ifdef __CYGWIN__
#include <process.h>
#endif
@@ -1721,7 +1721,7 @@ collect_execute (prog, argv, redir)
if (argv[0] == 0)
fatal ("cannot find `%s'", prog);
-#ifndef __CYGWIN32__
+#ifndef __CYGWIN__
pid = vfork ();
if (pid == -1)
fatal_perror (VFORK_STRING);
OpenPOWER on IntegriCloud