[PATCH 0/3] Remove ccwrap

2020-10-15 Thread Jon Turney
What does ccwrap actually do? ccwrap massages the compiler's standard include directories to remove '/usr/include/w32api', with the intent of allowing it to be overriden by '--with-windows-headers' (See 4c36016b) I'm not 100% convinced that this is always working as desired, since in some places

[PATCH 1/3] Stop using c++wrap for MinGW-compiled utilities

2020-10-15 Thread Jon Turney
Stop using c++wrap for MinGW-compiled utilities. (Partially reverts 96079146) --- winsup/ccwrap| 9 ++--- winsup/utils/Makefile.in | 6 +- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/winsup/ccwrap b/winsup/ccwrap index 0c6a17020..900fc4ae5 100755 ---

[PATCH 3/3] Remove --with-windows-{libs,headers}

2020-10-15 Thread Jon Turney
--- winsup/acinclude.m4 | 41 --- winsup/configure.ac | 5 - winsup/cygserver/configure.ac | 6 - winsup/cygwin/Makefile.in | 4 +--- winsup/cygwin/configure.ac| 5 - winsup/utils/Makefile.in | 4 +---

[PATCH 2/3] Remove ccwrap

2020-10-15 Thread Jon Turney
--- winsup/Makefile.common | 4 +-- winsup/acinclude.m4 | 16 +-- winsup/c++wrap | 6 - winsup/ccwrap| 51 winsup/configure.cygwin | 10 --- winsup/cygserver/Makefile.in | 9 +--

Re: [PATCH v2 0/6] Some AF_UNIX fixes

2020-10-15 Thread Corinna Vinschen
On Oct 14 12:39, Ken Brown via Cygwin-patches wrote: > On 10/13/2020 7:49 AM, Corinna Vinschen wrote: > > On Oct 8 17:36, Ken Brown via Cygwin-patches wrote: > > > On 10/4/2020 12:49 PM, Ken Brown via Cygwin-patches wrote: > > > > I'm about to push these. Corinna, please check them when you