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: Use --build instead of --host in hurd-headers
Date: Sat, 27 Sep 2014 23:31:38 +0300	[thread overview]
Message-ID: <CAFtzXzNp5d5rG9nCejcN-fGfvg5VPykcfx+hcng8BG631zyEQg@mail.gmail.com> (raw)

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

In order to make my cross-base i686-pc-gnu toolchain patch much
simpler, I changed the --host=i686-pc-gnu flag with
--build=i686-pc-gnu in hurd-headers.

The problem is that if we keep --host, we have the same problems we
had with hurd-minimal. But because it's only the headers, --build flag
will do just great.
The hurd-headers package will not break so it's safe to push.

Manolis

[-- Attachment #2: 0001-Use-build-instead-of-host.patch --]
[-- Type: text/x-patch, Size: 882 bytes --]

From a372021506d766da420957293d52d241d53e7c6c Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis <manolis837@gmail.com>
Date: Sat, 27 Sep 2014 22:43:21 +0300
Subject: [PATCH] Use --build instead of --host

* gnu/packages/hurd.scm (hurd-headers): Replace the use of --host with --build.
---
 gnu/packages/hurd.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 346a37b..842e5b3 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -119,7 +119,7 @@ communication.")
 
        #:configure-flags '(;; Pretend we're on GNU/Hurd; 'configure' wants
                            ;; that.
-                           "--host=i686-pc-gnu"
+                           "--build=i686-pc-gnu"
 
                            ;; Reduce set of dependencies.
                            "--without-parted")
-- 
2.1.1


             reply	other threads:[~2014-09-27 20:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-27 20:31 Manolis Ragkousis [this message]
2014-09-28  9:54 ` Use --build instead of --host in hurd-headers 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=CAFtzXzNp5d5rG9nCejcN-fGfvg5VPykcfx+hcng8BG631zyEQg@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).