mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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.
This commit is contained in:
parent
75b24abf09
commit
65ad002ff1
1 changed files with 3 additions and 0 deletions
|
@ -311,6 +311,9 @@ (define-public ghc-4
|
|||
")))
|
||||
(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))))
|
||||
|
|
Loading…
Reference in a new issue