OSDN Git Service

define HAVE_DOS_BASED_FILED_SYSTEM on cygwin
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Sep 1999 03:24:07 +0000 (03:24 +0000)
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Sep 1999 03:24:07 +0000 (03:24 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29022 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/xm-cygwin.h

index f8a0981..f25438c 100644 (file)
@@ -1,3 +1,7 @@
+Tue Aug 31 23:19:35 1999  Michael Meissner  <meissner@cygnus.com>
+
+       * config/i386/xm-cygwin.h (HAVE_DOS_BASED_FILE_SYSTEM): Define.
+
 Tue Aug 31 16:44:52 1999  Jeffrey A Law  (law@cygnus.com)
 
        * cse.c (delete_trivially_dead_insns): Do not delete stores to
index ab59627..964e5d3 100644 (file)
@@ -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