aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorMichael Meissner <meissner@cygnus.com>1999-09-01 03:24:07 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1999-09-01 03:24:07 +0000
commit7c225121a3e28bf5339ad62b28141e61760f4c6b (patch)
treefb4f3ae5b587d265febff7d0621db82d3a0236c2 /gcc/config
parent1aaeb2f0b5f36f8d88b86e4e48b5f25479f13d57 (diff)
downloadgcc-7c225121a3e28bf5339ad62b28141e61760f4c6b.zip
gcc-7c225121a3e28bf5339ad62b28141e61760f4c6b.tar.gz
gcc-7c225121a3e28bf5339ad62b28141e61760f4c6b.tar.bz2
define HAVE_DOS_BASED_FILED_SYSTEM on cygwin
From-SVN: r29022
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/i386/xm-cygwin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/i386/xm-cygwin.h b/gcc/config/i386/xm-cygwin.h
index ab59627..964e5d3 100644
--- a/gcc/config/i386/xm-cygwin.h
+++ b/gcc/config/i386/xm-cygwin.h
@@ -22,6 +22,10 @@ Boston, MA 02111-1307, USA. */
#define EXECUTABLE_SUFFIX ".exe"
#define NO_SYS_SIGLIST 1
+/* Even though Cygwin tries to hide the DOS based filesystem, it
+ still shows though at times. */
+#define HAVE_DOS_BASED_FILE_SYSTEM
+
/* We support both "/" and "\" since everybody tests both but we
default to "/". This is important because if gcc produces Win32
paths containing backslashes, make and configure may treat the