unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 04/10] gnu: hurd: Pass --build to hurd-headers when not cross building.
@ 2015-05-18 22:18 Manolis Ragkousis
  2015-05-19 16:23 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Manolis Ragkousis @ 2015-05-18 22:18 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Guix-devel

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



[-- Attachment #2: 0004-gnu-hurd-Pass-build-to-hurd-headers-when-not-cross-b.patch --]
[-- Type: text/x-patch, Size: 1015 bytes --]

From 92fe3a0baf47712ee622f6caaa1d29f1918ce381 Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis <manolis837@gmail.com>
Date: Tue, 12 May 2015 21:05:12 +0300
Subject: [PATCH 04/10] gnu: hurd: Pass --build to hurd-headers when not cross
 building.

* gnu/packages/hurd.scm (hurd-headers): Adjust accordingly.
---
 gnu/packages/hurd.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 40cbfe3..1502761 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -121,7 +121,9 @@ communication.")
 
        #:configure-flags '(;; Pretend we're on GNU/Hurd; 'configure' wants
                            ;; that.
-                           "--build=i686-pc-gnu"
+                           ,@(if (%current-target-system)
+                                 '()
+                                 '("--build=i686-pc-gnu"))
 
                            ;; Reduce set of dependencies.
                            "--without-parted")
-- 
2.4.1


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

* Re: [PATCH 04/10] gnu: hurd: Pass --build to hurd-headers when not cross building.
  2015-05-18 22:18 [PATCH 04/10] gnu: hurd: Pass --build to hurd-headers when not cross building Manolis Ragkousis
@ 2015-05-19 16:23 ` Ludovic Courtès
  2015-05-21  8:53   ` Manolis Ragkousis
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2015-05-19 16:23 UTC (permalink / raw)
  To: Manolis Ragkousis; +Cc: Guix-devel

Manolis Ragkousis <manolis837@gmail.com> skribis:

> From 92fe3a0baf47712ee622f6caaa1d29f1918ce381 Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousis <manolis837@gmail.com>
> Date: Tue, 12 May 2015 21:05:12 +0300
> Subject: [PATCH 04/10] gnu: hurd: Pass --build to hurd-headers when not cross
>  building.
>
> * gnu/packages/hurd.scm (hurd-headers): Adjust accordingly.

Same comment regarding the commit log, but otherwise OK.

Ludo’.

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

* Re: [PATCH 04/10] gnu: hurd: Pass --build to hurd-headers when not cross building.
  2015-05-19 16:23 ` Ludovic Courtès
@ 2015-05-21  8:53   ` Manolis Ragkousis
  0 siblings, 0 replies; 3+ messages in thread
From: Manolis Ragkousis @ 2015-05-21  8:53 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Guix-devel

Done.

Manolis

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

end of thread, other threads:[~2015-05-21  8:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-18 22:18 [PATCH 04/10] gnu: hurd: Pass --build to hurd-headers when not cross building Manolis Ragkousis
2015-05-19 16:23 ` Ludovic Courtès
2015-05-21  8:53   ` Manolis Ragkousis

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