From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Use --build instead of --host in hurd-headers Date: Sun, 28 Sep 2014 11:54:36 +0200 Message-ID: <87zjdkax43.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYBBr-00023L-CP for Guix-devel@gnu.org; Sun, 28 Sep 2014 05:55:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYBBg-0000Ee-Dp for Guix-devel@gnu.org; Sun, 28 Sep 2014 05:54:51 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:39885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYBBg-0000E0-6U for Guix-devel@gnu.org; Sun, 28 Sep 2014 05:54:40 -0400 In-Reply-To: (Manolis Ragkousis's message of "Sat, 27 Sep 2014 23:31:38 +0300") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Manolis Ragkousis Cc: Guix-devel Manolis Ragkousis skribis: > From a372021506d766da420957293d52d241d53e7c6c Mon Sep 17 00:00:00 2001 > From: Manolis Ragkousis > 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.") >=20=20 > #:configure-flags '(;; Pretend we're on GNU/Hurd; 'configure' wan= ts > ;; that. > - "--host=3Di686-pc-gnu" > + "--build=3Di686-pc-gnu" Note that the change just makes it conform with the comment. Ludo=E2=80=99.