Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various Windows / Cross Compile to Windows fixes | Moritz Angermann | 2018-03-02 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | - Adds quick-cross-ncg flavour. - Fix windows wchar with `_s` for mingw - Lookup windres, dllwrap and objdump - Fix type. Reviewers: bgamari, hvr, Phyx, erikd, simonmar Reviewed By: bgamari Subscribers: rwbarton, thomie, erikd, carter Differential Revision: https://phabricator.haskell.org/D4430 | ||||
* | Minor reordering of `#include`s fixing compilation on AIX | Herbert Valerio Riedel | 2017-04-23 | 1 | -3/+3 |
| | | | | | | | This helps ensure that system includes on some more fragile platforms (like e.g. AIX) see a more consistent set of CPP defines, and consequently reduce the risk of conflicting typdefs/prototypes being exposed. | ||||
* | rts: Move path utilities to separate source file | Ben Gamari | 2016-10-23 | 1 | -0/+68 |
Test Plan: Validate Reviewers: simonmar, austin, erikd Reviewed By: simonmar Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2614 |