Hi! I'd like to ping this patch (as I wrote a week ago, NightStrike has tested it):
On Fri, Mar 03, 2023 at 07:44:47PM +0100, Jakub Jelinek via Gcc-patches wrote: > > > 2023-02-22 Jakub Jelinek <ja...@redhat.com> > > > > > > PR target/107998 > > > * config.gcc (x86_64-*-cygwin*): Don't add i386/t-cygwin-w64 into > > > $tmake_file. > > > * config/i386/t-cygwin-w64: Remove. > > > > > > --- gcc/config.gcc.jj 2023-02-18 12:38:30.803025062 +0100 > > > +++ gcc/config.gcc 2023-02-21 17:07:12.143164563 +0100 > > > @@ -2105,7 +2105,7 @@ x86_64-*-cygwin*) > > > need_64bit_isa=yes > > > tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h > > > i386/cygming.h i386/cygwin.h i386/cygwin-w64.h i386/cygwin-stdint.h" > > > xm_file=i386/xm-cygwin.h > > > - tmake_file="${tmake_file} i386/t-cygming t-slibgcc i386/t-cygwin-w64" > > > + tmake_file="${tmake_file} i386/t-cygming t-slibgcc" > > > target_gtfiles="$target_gtfiles \$(srcdir)/config/i386/winnt.cc" > > > extra_options="${extra_options} i386/cygming.opt > > > i386/cygwin.opt" > > > extra_objs="${extra_objs} winnt.o winnt-stubs.o" > > > --- gcc/config/i386/t-cygwin-w64.jj 2020-01-12 11:54:36.333414616 > > > +0100 > > > +++ gcc/config/i386/t-cygwin-w64 2023-02-21 17:06:44.121572616 +0100 > > > @@ -1,3 +0,0 @@ > > > -MULTILIB_OPTIONS = m64/m32 > > > -MULTILIB_DIRNAMES = 64 > > > -MULTILIB_OSDIRNAMES = ../lib ../lib32 > > > > Achim, mind looking at this? > > Resending due to mail client problems, hopefully not a duplicate. > > NightStrike on IRC said he has tested the patch and it worked fine. > > Is the patch ok for trunk then? Jakub