diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-12-18 16:58:09 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-12-18 18:38:22 +0100 |
commit | 8309c3899aee9429df51eba4566c67d0cc27f68c (patch) | |
tree | 0bd884752f981177eca30d711c41dcd28d263289 /gnu-system.am | |
parent | c5b65f7e2bd907a5b7061a42959c485d69ba1ac6 (diff) | |
download | guix-8309c3899aee9429df51eba4566c67d0cc27f68c.tar guix-8309c3899aee9429df51eba4566c67d0cc27f68c.tar.gz |
gnu: commencement: Use GMP 6.0.0a for bootstrapping.
* gnu/packages/multiprecision.scm (gmp-6.0): New variable.
* gnu/packages/commencement.scm (gcc-boot0, gcc-final): Use it.
* gnu/packages/patches/gmp-arm-asm-nothumb.patch: New file, reinstated
from before e414a7d.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 0fff8def1d..0e53ce229b 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -491,6 +491,7 @@ dist_patch_DATA = \ gnu/packages/patches/glibc-locale-incompatibility.patch \ gnu/packages/patches/glibc-o-largefile.patch \ gnu/packages/patches/glibc-versioned-locpath.patch \ + gnu/packages/patches/gmp-arm-asm-nothumb.patch \ gnu/packages/patches/gmp-faulty-test.patch \ gnu/packages/patches/gnucash-price-quotes-perl.patch \ gnu/packages/patches/gnutls-doc-fix.patch \ |