summaryrefslogtreecommitdiff
path: root/doc/cross-compile.md
diff options
context:
space:
mode:
authorAndrey Mokhov <andrey.mokhov@gmail.com>2017-11-15 21:58:18 +0000
committerAndrey Mokhov <andrey.mokhov@gmail.com>2017-11-15 21:58:18 +0000
commitc1fcd9b3f60e8420dd228cd4e3efeb9cfa793aa5 (patch)
treebb6feaa9e0b177cd58c460e7792ab70f00a19f05 /doc/cross-compile.md
parent5229c43ccf77bcbffeced01dccb27398d017fa34 (diff)
downloadhaskell-c1fcd9b3f60e8420dd228cd4e3efeb9cfa793aa5.tar.gz
Squashed 'hadrian/' changes from 5ebb69a..fa3771f
fa3771f hadrian: Disable -Wno-undef in files which include ffi.h (#459) f15e851 Do not run configure by default (#458) 5baa8db Fix AppVeyor cache failure (#456) 94dbe9d Fix ghc-cabal build (#455) a679764 Fix CI scripts (#454) 06ec241 Widen bounds on Cabal (#452) git-subtree-dir: hadrian git-subtree-split: fa3771fe6baf5008a8506fec48220f8347ac59af
Diffstat (limited to 'doc/cross-compile.md')
-rw-r--r--doc/cross-compile.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cross-compile.md b/doc/cross-compile.md
index 1bff4eceaa..5611d2a8bb 100644
--- a/doc/cross-compile.md
+++ b/doc/cross-compile.md
@@ -16,8 +16,8 @@ After all the dependencies are in place:
- `git submodule update --init`
- `./configure --target=arm-linux-gnueabihf`
- `cd hadrian`
-- Modify `src/Settings.hs`, set `stage1Only` and `crossCompiling` to `True`.
-- Build the compiler by e.g. `./build.sh --flavour=quickest --integer-simple --skip-configure -V -j`
+- Modify `src/UserSettings.hs`, set `stage1Only` and `crossCompiling` to `True`.
+- Build the compiler by e.g. `./build.sh --flavour=quickest --integer-simple -V -j`
After that, you should have built `inplace/bin/ghc-stage1` cross compiler. We will go to the next section to validate this.