Re: Minor Cygwin patches

2013-07-19 Thread Yaakov (Cygwin/X)
On 2013-07-14 20:15, JonY wrote: 2013-03-08 Dave Korn * (gcc/config.gcc): Include Cygwin specific file. * (gcc/config/i386/cygwin.h): Link shared libgcc by default. * (gcc/config/i386/cygwin.h): Add --large-address-aware, and use --tsaware for exes * (gcc/config/i38

Re: Minor Cygwin patches

2013-07-19 Thread Yaakov (Cygwin/X)
On 2013-07-14 20:15, JonY wrote: 2013-03-08 Yaakov Selkowitz * (gcc/testsuite/gcc.target/i386/pr25993.c): Skip unsupported test. This patch was Dave Korn's. Yaakov

[PATCH] cygwin/mingw: update LIBGCJ_SONAME

2011-07-19 Thread Yaakov (Cygwin/X)
libgcj's soversion was updated two weeks ago but LIBGCJ_SONAME was not updated accordingly. I have sent a separate patch to java-patches@ to add a comment to libjava/libtool-version to avoid this omission in the future. Patch attached. Yaakov Cygwin Ports 2011-07-20 Yaakov Selkowitz * con

[PATCH] fix config.rpath for cygwin/mingw

2011-07-19 Thread Yaakov (Cygwin/X)
The gettext macros use config.rpath to determine the link library name of libiconv and libintl (on non-glibc platforms); the import library suffix is of importance, not the runtime library suffix. On PE platforms, these differ, and by using the latter in config.rpath, the gettext macros think shar