distro: bash-final: Link with `-static-libgcc'.
* distro/packages/base.scm (bash-final): Pass through `static-libgcc-package'.
This commit is contained in:
parent
53dcd5eea1
commit
ce1ef15b25
|
@ -940,8 +940,11 @@ store.")
|
||||||
,@(alist-delete "gcc" %boot2-inputs)))
|
,@(alist-delete "gcc" %boot2-inputs)))
|
||||||
|
|
||||||
(define-public bash-final
|
(define-public bash-final
|
||||||
|
;; Link with `-static-libgcc' to make sure we don't retain a reference
|
||||||
|
;; to the bootstrap GCC.
|
||||||
(package-with-bootstrap-guile
|
(package-with-bootstrap-guile
|
||||||
(package-with-explicit-inputs bash %boot3-inputs
|
(package-with-explicit-inputs (static-libgcc-package bash)
|
||||||
|
%boot3-inputs
|
||||||
(current-source-location)
|
(current-source-location)
|
||||||
#:guile %bootstrap-guile)))
|
#:guile %bootstrap-guile)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue