mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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
1 changed files with 4 additions and 1 deletions
|
@ -940,8 +940,11 @@ store.")
|
|||
,@(alist-delete "gcc" %boot2-inputs)))
|
||||
|
||||
(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-explicit-inputs bash %boot3-inputs
|
||||
(package-with-explicit-inputs (static-libgcc-package bash)
|
||||
%boot3-inputs
|
||||
(current-source-location)
|
||||
#:guile %bootstrap-guile)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue