summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-02-24 15:52:52 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2005-02-24 15:52:52 +0000
commitb3b21644a4e5f1eec4c017eb4c594b9c78d4a72b (patch)
treec028e921926d67f257f778cfdba0b3525fbb2b9d
parente79984b9faa5ba5a8daae905d666037670a053a6 (diff)
enable detection of gcc compiler for cygwin and mingwCYGWIN
-rw-r--r--imake.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/imake.c b/imake.c
index 04e0fec..41838f6 100644
--- a/imake.c
+++ b/imake.c
@@ -1352,6 +1352,8 @@ get_gcc(char *cmd)
defined(__OpenBSD__) || \
defined(__FreeBSD__) || \
defined(__APPLE__) || \
+ defined(__CYGWIN__) || \
+ defined(__MINGW32__) || \
defined(__GNU__)
"/usr/bin/cc", /* for Linux PostIncDir */
# endif