[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Use --build instead of --host in hurd-headers
From: |
Ludovic Courtès |
Subject: |
Re: Use --build instead of --host in hurd-headers |
Date: |
Sun, 28 Sep 2014 11:54:36 +0200 |
User-agent: |
Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.3 (gnu/linux) |
Manolis Ragkousis <address@hidden> skribis:
> From a372021506d766da420957293d52d241d53e7c6c Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousis <address@hidden>
> 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’.