all messages for Guix-related lists mirrored at yhetil.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 04/10] gnu: hurd: Pass --build to hurd-headers when not cross building.
Date: Tue, 19 May 2015 01:18:33 +0300	[thread overview]
Message-ID: <CAFtzXzPbWGgn2HYNa9BczxDr1qrN6SW8w=JficL2Qw5X+WBKpw@mail.gmail.com> (raw)

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


             reply	other threads:[~2015-05-18 22:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-18 22:18 Manolis Ragkousis [this message]
2015-05-19 16:23 ` [PATCH 04/10] gnu: hurd: Pass --build to hurd-headers when not cross building Ludovic Courtès
2015-05-21  8:53   ` Manolis Ragkousis

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

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

  git send-email \
    --in-reply-to='CAFtzXzPbWGgn2HYNa9BczxDr1qrN6SW8w=JficL2Qw5X+WBKpw@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 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.