unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Manolis Ragkousis <manolis837@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: Guix-devel <Guix-devel@gnu.org>
Subject: [PATCH] gnu: make-bootstrap: Remove unneeded configure flag from %gcc-static.
Date: Tue, 9 Jun 2015 01:20:51 +0300	[thread overview]
Message-ID: <CAFtzXzMn1wBr6O=fWFgq2skQkFyPcryeAx5JWEf4HaBaK7xBMg@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 77 bytes --]

With this commit "guix build bootstrap-tarballs --target=i686-pc-gnu" works.

[-- Attachment #2: 0001-gnu-make-bootstrap-Remove-unneeded-configure-flag-fr.patch --]
[-- Type: text/x-patch, Size: 1227 bytes --]

From 53582d2cdaf3fb69500a24afe3ed4f58cfbffcea Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis <manolis837@gmail.com>
Date: Tue, 9 Jun 2015 01:14:03 +0300
Subject: [PATCH] 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 file changed, 1 insertion(+), 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)
-- 
2.4.2


             reply	other threads:[~2015-06-08 22:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-08 22:20 Manolis Ragkousis [this message]
2015-06-09 15:54 ` [PATCH] gnu: make-bootstrap: Remove unneeded configure flag from %gcc-static Ludovic Courtès
2015-06-09 20:46   ` Manolis Ragkousis
2015-06-10 19:37     ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFtzXzMn1wBr6O=fWFgq2skQkFyPcryeAx5JWEf4HaBaK7xBMg@mail.gmail.com' \
    --to=manolis837@gmail.com \
    --cc=Guix-devel@gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).