[Git][ghc/ghc][wip/configure-hadrian] configure: update message to use hadrian (#22616)
Krzysztof Gogolewski (@monoidal)
gitlab at gitlab.haskell.org
Wed Sep 6 14:09:21 UTC 2023
Krzysztof Gogolewski pushed to branch wip/configure-hadrian at Glasgow Haskell Compiler / GHC
Commits:
0cd13100 by Krzysztof Gogolewski at 2023-09-06T16:09:00+02:00
configure: update message to use hadrian (#22616)
- - - - -
1 changed file:
- configure.ac
Changes:
=====================================
configure.ac
=====================================
@@ -1313,13 +1313,17 @@ echo "----------------------------------------------------------------------
"
echo "\
-For a standard build of GHC (fully optimised with profiling), type (g)make.
+For a standard build of GHC (fully optimised with profiling), type
+ ./hadrian/build
-To make changes to the default build configuration, copy the file
-mk/build.mk.sample to mk/build.mk, and edit the settings in there.
+You can customise the build with flags such as
+ ./hadrian/build -j --flavour=devel2 [--freeze1]
+
+To make changes to the default build configuration, see the file
+ hadrian/src/UserSettings.hs
For more information on how to configure your GHC build, see
- https://gitlab.haskell.org/ghc/ghc/wikis/building
+ https://gitlab.haskell.org/ghc/ghc/-/wikis/building/hadrian
"]
# Currently we don't validate the /host/ GHC toolchain because configure
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0cd13100b9a287b07351d66b0da479f414fef476
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0cd13100b9a287b07351d66b0da479f414fef476
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230906/1bd3f27d/attachment-0001.html>
More information about the ghc-commits
mailing list