[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: make-bootstrap: Remove unneeded configure flag from %gcc-sta
From: |
Ludovic Courtès |
Subject: |
07/09: gnu: make-bootstrap: Remove unneeded configure flag from %gcc-static. |
Date: |
Fri, 04 Sep 2015 11:52:06 +0000 |
civodul pushed a commit to branch core-updates
in repository guix.
commit 70db9576f467a09ddcc08a7d590dc88f9822e68b
Author: Manolis Ragkousis <address@hidden>
Date: Tue Jun 9 01:14:03 2015 +0300
gnu: make-bootstrap: Remove unneeded configure flag from %gcc-static.
With this commit "guix build bootstrap-tarballs --target=i686-pc-gnu" works.
* gnu/packages/make-bootstrap.scm (%gcc-static): Remove unneeded
--disable-decimal-float.
---
gnu/packages/make-bootstrap.scm | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index d215a02..a12f4c1 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -423,8 +423,7 @@ for `sh' in $PATH, and without nscd, and with static NSS
modules."
"--disable-libcilkrts"
"--disable-libvtv"
"--disable-libssp"
- "--disable-libquadmath"
- "--disable-decimal-float")
+ "--disable-libquadmath")
(remove (cut string-match
"--(.*plugin|enable-languages)" <>)
,flags)))
((#:phases phases)
- branch core-updates updated (92226a4 -> 21a8fe1), Ludovic Courtès, 2015/09/04
- 01/09: gnu: coreutils: Drop dependency on libcap when cross-compiling., Ludovic Courtès, 2015/09/04
- 02/09: gnu: acl: Remove explicit 'sed' dependency., Ludovic Courtès, 2015/09/04
- 04/09: gnu: gcc: Also substitute the dynamic linker name for GNU/Hurd., Ludovic Courtès, 2015/09/04
- 06/09: gnu: hurd: Add flex as an input to mig., Ludovic Courtès, 2015/09/04
- 07/09: gnu: make-bootstrap: Remove unneeded configure flag from %gcc-static.,
Ludovic Courtès <=
- 05/09: gnu: acl: Fix i686-gnu build., Ludovic Courtès, 2015/09/04
- 08/09: packages: Define '%hurd-systems'., Ludovic Courtès, 2015/09/04
- 03/09: gnu: bootstrap: Add the location of ld.so on GNU/Hurd., Ludovic Courtès, 2015/09/04
- 09/09: gnu: base: Add glibc-hurd and hurd-minimal., Ludovic Courtès, 2015/09/04