Re: [PATCH, ADA] Fix current build problems under cygwin

2014-05-14 Thread Pascal Obry
Eric, > OK if Pascal has no objections to the patch: > https://gcc.gnu.org/ml/gcc-patches/2014-05/msg00671.html Looks fine to me and should have no effect for our non Cygwin builds. -- Pascal Obry gpg --keyserver keys.gnupg.net --recv-key F949BD3B

Re: [PATCH, ADA] Fix current build problems under cygwin

2014-05-14 Thread Eric Botcazou
> OK for trunk and 4.9.1 branch? OK if Pascal has no objections to the patch: https://gcc.gnu.org/ml/gcc-patches/2014-05/msg00671.html -- Eric Botcazou

[PATCH, ADA] Fix current build problems under cygwin

2014-05-10 Thread Bernd Edlinger
Hi, currently it is not possible to build Ada under Cygwin.  That is because the constants DTR_CONTROL_ENABLE and RTS_CONTROL_ENABLE are missing.  Additionally the function __gnat_map_SEH is missing under Cygwin64.  That is because _WIN32 is not a built-in define under Cygwin, instead it is onl