Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/D-Programming-GDC/GDC

GNU D Compiler
https://github.com/D-Programming-GDC/GDC

Last synced: about 3 hours ago
JSON representation

GNU D Compiler

Awesome Lists containing this project

README

        

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:
* https://github.com/venix1/MinGW-GDC/blob/master/patches/mingw-tls-binutils-2.23.1.patch
* https://github.com/venix1/MinGW-GDC/blob/master/patches/mingw-tls-gcc-4.8.patch

This patch is required to fix a bug in GCC buildscripts:
* https://github.com/venix1/MinGW-GDC/blob/master/patches/gcc/0001-Remove-fPIC-for-MinGW.patch

## SEH ##
SEH should work for 64 bit windows targets.