unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Use --build instead of --host in hurd-headers
@ 2014-09-27 20:31 Manolis Ragkousis
  2014-09-28  9:54 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Manolis Ragkousis @ 2014-09-27 20:31 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Guix-devel

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


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

* Re: Use --build instead of --host in hurd-headers
  2014-09-27 20:31 Use --build instead of --host in hurd-headers Manolis Ragkousis
@ 2014-09-28  9:54 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2014-09-28  9:54 UTC (permalink / raw)
  To: Manolis Ragkousis; +Cc: Guix-devel

Manolis Ragkousis <manolis837@gmail.com> skribis:

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

Thanks, pushed.

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

Note that the change just makes it conform with the comment.

Ludo’.

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

end of thread, other threads:[~2014-09-28  9:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-27 20:31 Use --build instead of --host in hurd-headers Manolis Ragkousis
2014-09-28  9:54 ` Ludovic Courtès

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