... | ... | @@ -68,7 +68,6 @@ For GHC hackers already used to the Make build system, here is what you need to |
|
|
|
|
|
- You can still boot and configure yourself.
|
|
|
- Use `hadrian/build.{sh, bat}` instead of `make`. It supports `-j`.
|
|
|
- Add the `-c` flag if you want hadrian to boot and configure the source tree for you.
|
|
|
- Build products are not in `inplace` anymore, but `_build` by default. Your stage 2 GHC would then be at `_build/stage1/bin/ghc` (because it's built by stage1).
|
|
|
- The build root is configurable with `--build-root` or `-o`.
|
|
|
- You can pick the build flavour with `--flavour=X` where X is `perf`, `prof`, etc.
|
... | ... | |