This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, ADA] Fix current build problems under cygwin


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 only defined when windows.h is included.


Boot-strapped under Cygwin32 and Cygwin64.

OK for trunk and 4.9.1 branch?


Thanks
Bernd.
 		 	   		  

Attachment: changelog-ada-cygwin.txt
Description: Text document

Attachment: patch-ada-cygwin.diff
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]