[commit: ghc] wip/nfs-locking: Add cross compilation (#401) (cbc2f63)

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


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

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

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

commit cbc2f63dc60e084ffda3557c64a68856de924634
Author: Zhen Zhang <izgzhen at gmail.com>
Date:   Mon Aug 28 18:26:27 2017 +0800

    Add cross compilation (#401)
    
    Tested with arm-linux-gnueabihf.


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

cbc2f63dc60e084ffda3557c64a68856de924634
 doc/cross-compile.md               | 57 ++++++++++++++++++++++++++++++++++++++
 hadrian.cabal                      |  2 ++
 src/Oracles/Flag.hs                |  5 +---
 src/Rules.hs                       |  1 +
 src/Settings.hs                    |  7 +----
 src/Settings/Builders/Common.hs    |  3 +-
 src/Settings/Default.hs            |  6 +++-
 src/Settings/Packages/Compiler.hs  |  2 ++
 src/Settings/Packages/Ghc.hs       |  4 ++-
 src/Settings/Packages/GhcPkg.hs    |  8 ++++++
 src/Settings/Packages/Haskeline.hs | 10 +++++++
 src/UserSettings.hs                | 12 ++++++--
 12 files changed, 101 insertions(+), 16 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 cbc2f63dc60e084ffda3557c64a68856de924634


More information about the ghc-commits mailing list