[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: ghc-4: Embed absolute file name of GCC in GHC.
From: |
guix-commits |
Subject: |
06/08: gnu: ghc-4: Embed absolute file name of GCC in GHC. |
Date: |
Fri, 28 Oct 2022 09:04:32 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 65ad002ff10962f83bddf5070c22812f07b6437b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Oct 28 13:12:49 2022 +0200
gnu: ghc-4: Embed absolute file name of GCC in GHC.
* gnu/packages/haskell.scm (ghc-4)[arguments]: Pass "--with-gcc" option to
configure script.
---
gnu/packages/haskell.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 3eaf956d73..0caf741715 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -311,6 +311,9 @@ GhcWithHscBuiltViaC=YES
")))
(invoke "./configure"
"--enable-hc-boot" ; boot from C "source" files
+ ;; Embed the absolute file name of GCC 2.95 in the GHC
+ ;; driver script.
+ (string-append "--with-gcc=" (which "gcc"))
(string-append "--prefix=" #$output)
(string-append "--build=" build)
(string-append "--host=" build))))
- branch master updated (7d92434326 -> 77a81280b2), guix-commits, 2022/10/28
- 06/08: gnu: ghc-4: Embed absolute file name of GCC in GHC.,
guix-commits <=
- 01/08: gnu: Add r-dmwr2., guix-commits, 2022/10/28
- 04/08: gnu: flair: Set R_HOME., guix-commits, 2022/10/28
- 02/08: gnu: Add r-debcam., guix-commits, 2022/10/28
- 05/08: gnu: flair: Update to 1.6.4., guix-commits, 2022/10/28
- 07/08: gnu: ghc-6.0: Adjust configuration., guix-commits, 2022/10/28
- 08/08: gnu: Add ghc-6.6., guix-commits, 2022/10/28
- 03/08: gnu: flair: Add missing R package., guix-commits, 2022/10/28