ghcHEAD: add musl and cross fixes recently applied to 8.4.3 and 8.2.2

This commit is contained in:
Will Dietz 2018-06-25 15:47:22 -05:00
parent 6946361408
commit 449fbec9be

View file

@ -50,7 +50,8 @@ let
'' + stdenv.lib.optionalString enableIntegerSimple ''
INTEGER_LIBRARY = integer-simple
'' + stdenv.lib.optionalString (targetPlatform != hostPlatform) ''
Stage1Only = YES
Stage1Only = ${if targetPlatform.system == hostPlatform.system then "NO" else "YES"}
CrossCompilePrefix = ${targetPrefix}
HADDOCK_DOCS = NO
BUILD_SPHINX_HTML = NO
BUILD_SPHINX_PDF = NO