[commit: ghc] wip/angerman/win32-cross: Compile with `--via-asm` when cross compiling. (a49fff5)
git at git.haskell.org
git at git.haskell.org
Mon Feb 26 06:13:16 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/angerman/win32-cross
Link : http://ghc.haskell.org/trac/ghc/changeset/a49fff54771356bc2d048052f420a2e233320ca7/ghc
>---------------------------------------------------------------
commit a49fff54771356bc2d048052f420a2e233320ca7
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date: Thu Feb 22 22:03:22 2018 +0800
Compile with `--via-asm` when cross compiling.
Summary:
This bumps `hsc2hs` and adds the new `--via-asm` flag,
which allows to successfully cross compile the win32
lirbary.
Test Plan: ./validate
Reviewers: bgamari
Subscribers: rwbarton, thomie, carter
Differential Revision: https://phabricator.haskell.org/D4439
>---------------------------------------------------------------
a49fff54771356bc2d048052f420a2e233320ca7
utils/hsc2hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/utils/hsc2hs b/utils/hsc2hs
index c8f29af..738f366 160000
--- a/utils/hsc2hs
+++ b/utils/hsc2hs
@@ -1 +1 @@
-Subproject commit c8f29af1f63d4b6fcbc179d448d0e20571e46b8c
+Subproject commit 738f3666c878ee9e79c3d5e819ef8b3460288edf
More information about the ghc-commits
mailing list