From 29a61bd0a5ed384bb73fe1e44f856fc0c1f04727 Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis <manolis837@gmail.com>
Date: Sat, 27 Sep 2014 22:43:21 +0300
Subject: [PATCH] gnu: hurd-headers: Use --build instead of --host.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* gnu/packages/hurd.scm (hurd-headers): Replace '--host' with
  '--build'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 f1e7dbc9dc7..aed6f66da53 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -116,7 +116,7 @@ (define-public hurd-headers
 
        #: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")
-- 
GitLab