[commit: ghc] wip/nfs-locking: Refine cross-compilation implementation (#410) (ae1f7c1)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 01:27:10 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/ae1f7c1b1317afe6ce478f5fa8a954416cb6e19c/ghc

>---------------------------------------------------------------

commit ae1f7c1b1317afe6ce478f5fa8a954416cb6e19c
Author: Zhen Zhang <izgzhen at gmail.com>
Date:   Tue Sep 12 00:54:29 2017 +0800

    Refine cross-compilation implementation (#410)
    
    * Update minimum heap size
    
    * Refine cross-compilation implementation


>---------------------------------------------------------------

ae1f7c1b1317afe6ce478f5fa8a954416cb6e19c
 hadrian.cabal                        |  1 +
 src/GHC.hs                           |  4 +++-
 src/Oracles/Flag.hs                  |  5 ++++-
 src/Settings.hs                      |  4 +++-
 src/Settings/Builders/Common.hs      |  3 ++-
 src/Settings/Flavours/Development.hs |  2 +-
 src/Settings/Flavours/Performance.hs |  2 +-
 src/Settings/Flavours/Profiled.hs    |  2 +-
 src/Settings/Flavours/Quick.hs       |  2 +-
 src/Settings/Flavours/QuickCross.hs  | 23 +++++++++++++++++++++++
 src/Settings/Flavours/Quickest.hs    |  2 +-
 src/Settings/Packages/Compiler.hs    |  2 +-
 src/Settings/Packages/Ghc.hs         |  2 +-
 src/Settings/Packages/GhcPkg.hs      |  4 ++--
 src/Settings/Packages/Haskeline.hs   |  2 +-
 src/UserSettings.hs                  |  7 +------
 16 files changed, 47 insertions(+), 20 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc ae1f7c1b1317afe6ce478f5fa8a954416cb6e19c


More information about the ghc-commits mailing list