Skip to content
This repository has been archived by the owner on Jun 20, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 844 Bytes

README-MINGW.md

File metadata and controls

19 lines (14 loc) · 844 Bytes

GDC should build for MINGW and MINGW64 targets, however not much testing has been done.

Building

The following patches are required for binutils / gcc to fix TLS support:

This patch is required to fix a bug in GCC buildscripts:

SEH

GCC supports SEH for Windows 64 bit targets, but GDC has not been tested with SEH enabled. It also does not compile right now because no SEH personality routine has been written yet (__gdc_personality_seh0).

Configure gcc with --enable-sjlj-exceptions to use SJLJ execptions for win64 targets. DWARF exceptions are untested.