guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: make-bootstrap: Remove unneeded configure flag from %gcc-sta


From: Manolis Fragkiskos Ragkousis
Subject: 01/01: gnu: make-bootstrap: Remove unneeded configure flag from %gcc-static.
Date: Fri, 12 Jun 2015 12:54:25 +0000

phant0mas pushed a commit to branch wip-hurd
in repository guix.

commit 8cae97c857fc8da3180fdef75219314f7f4ba437
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 88fad0e..3d43421 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -427,8 +427,7 @@ for `sh' in $PATH, and without nscd, and with static NSS 
modules."
                        "--disable-libitm"
                        "--disable-libgomp"
                        "--disable-libssp"
-                       "--disable-libquadmath"
-                       "--disable-decimal-float")
+                       "--disable-libquadmath")
                       (remove (cut string-match 
"--(.*plugin|enable-languages)" <>)
                               ,flags)))
             ((#:phases phases)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]