Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (ac8ab83720accb7f99994e380b4ed95ddc6ddc6d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (ac8ab83720accb7f99994e380b4ed95ddc6ddc6d)
  • Date: Sun, 16 Aug 2026 11:05:16 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

devel/ghc/BUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit ac8ab83720accb7f99994e380b4ed95ddc6ddc6d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ghc: Repcale --with-ghc= with GHC=

diff --git a/devel/ghc/BUILD b/devel/ghc/BUILD
index 55eb696..3f4c016 100755
--- a/devel/ghc/BUILD
+++ b/devel/ghc/BUILD
@@ -28,10 +28,11 @@ python3
$SOURCE_DIRECTORY/$SPELL-$VERSION/hadrian/bootstrap/bootstrap.py \

cd $SOURCE_DIRECTORY/$SPELL-$VERSION &&

-# Only --prefix and --with-ghc matter here; Hadrian installs through the
-# binary distribution's own configure, which is run again in INSTALL.
+# Only --prefix and GHC matter here; Hadrian installs through the binary
+# distribution's own configure, which is run again in INSTALL. --with-ghc is
+# a hard error since 9.12, the boot compiler goes in the GHC variable now.
./configure --prefix=${INSTALL_ROOT}/usr \
- --with-ghc=$BOOT_GHC \
+ GHC=$BOOT_GHC \
$OPTS &&

$SOURCE_DIRECTORY/hadrian-boot/_build/bin/hadrian \


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (ac8ab83720accb7f99994e380b4ed95ddc6ddc6d), Ismael Luceno, 08/16/2026

Archive powered by MHonArc 2.6.24.

Top of Page