all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: make-bootstrap: Remove unneeded configure flag from %gcc-static.
@ 2015-06-08 22:20 Manolis Ragkousis
  2015-06-09 15:54 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Manolis Ragkousis @ 2015-06-08 22:20 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Guix-devel

[-- 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] gnu: make-bootstrap: Remove unneeded configure flag from %gcc-static.
  2015-06-08 22:20 [PATCH] gnu: make-bootstrap: Remove unneeded configure flag from %gcc-static Manolis Ragkousis
@ 2015-06-09 15:54 ` Ludovic Courtès
  2015-06-09 20:46   ` Manolis Ragkousis
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2015-06-09 15:54 UTC (permalink / raw)
  To: Manolis Ragkousis; +Cc: Guix-devel

Manolis Ragkousis <manolis837@gmail.com> skribis:

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

Yay!

> 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.

OK for core-updates or wip-hurd, whichever is the most convenient for you.

Now that we’ve reached that stage, I’d like to see if we can merge all
of wip-hurd in this core-updates cycle.

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] gnu: make-bootstrap: Remove unneeded configure flag from %gcc-static.
  2015-06-09 15:54 ` Ludovic Courtès
@ 2015-06-09 20:46   ` Manolis Ragkousis
  2015-06-10 19:37     ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Manolis Ragkousis @ 2015-06-09 20:46 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Guix-devel

Before pushing this patch I would first like to decide what we will do
with the gnu patch PATH_MAX patch, because we need it for wip-hurd.

After that, with this patch, we can merge wip-hurd with core-updates.

Manolis

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] gnu: make-bootstrap: Remove unneeded configure flag from %gcc-static.
  2015-06-09 20:46   ` Manolis Ragkousis
@ 2015-06-10 19:37     ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2015-06-10 19:37 UTC (permalink / raw)
  To: Manolis Ragkousis; +Cc: Guix-devel

Manolis Ragkousis <manolis837@gmail.com> skribis:

> Before pushing this patch I would first like to decide what we will do
> with the gnu patch PATH_MAX patch, because we need it for wip-hurd.

OK, I'll reply in the right thread.

Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-06-10 19:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-08 22:20 [PATCH] gnu: make-bootstrap: Remove unneeded configure flag from %gcc-static Manolis Ragkousis
2015-06-09 15:54 ` Ludovic Courtès
2015-06-09 20:46   ` Manolis Ragkousis
2015-06-10 19:37     ` Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.