[PATCH] Do not use HAVE_DOS_BASED_FILE_SYSTEM for Cygwin.

2020-04-16 Thread Martin Liška
Hi. The patch is fix for Cygwin where we should not define HAVE_DOS_BASED_FILE_SYSTEM and use back slashes as a path component separator. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. I'm going to install the patch if there are no objections. Thanks, Martin ChangeLog:

Re: [PATCH] Do not use HAVE_DOS_BASED_FILE_SYSTEM for Cygwin.

2020-04-16 Thread Maciej W. Rozycki via Gcc-patches
On Thu, 16 Apr 2020, Martin Li?ka wrote: > The patch is fix for Cygwin where we should not define > HAVE_DOS_BASED_FILE_SYSTEM > and use back slashes as a path component separator. [...] > diff --git a/ltmain.sh b/ltmain.sh > index 79f9ba89af5..8ad183010f0 100644 > --- a/ltmain.sh > +++ b/ltmain.

Re: [PATCH] Do not use HAVE_DOS_BASED_FILE_SYSTEM for Cygwin.

2020-04-17 Thread Martin Liška
On 4/16/20 6:10 PM, Maciej W. Rozycki wrote: On Thu, 16 Apr 2020, Martin Li?ka wrote: The patch is fix for Cygwin where we should not define HAVE_DOS_BASED_FILE_SYSTEM and use back slashes as a path component separator. [...] diff --git a/ltmain.sh b/ltmain.sh index 79f9ba89af5..8ad183010f0