From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Building with multiple architectures Date: Mon, 08 Jan 2018 16:36:09 +0100 Message-ID: <87bmi4e51y.fsf@gnu.org> References: <20171230171553.71675704@mykolab.com> <20171231150703.5f8d1be3@mykolab.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38582) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eYZTE-0005mt-SM for help-guix@gnu.org; Mon, 08 Jan 2018 10:36:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eYZTB-0002Bo-08 for help-guix@gnu.org; Mon, 08 Jan 2018 10:36:16 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:33782) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eYZTA-00028b-P4 for help-guix@gnu.org; Mon, 08 Jan 2018 10:36:12 -0500 In-Reply-To: <20171231150703.5f8d1be3@mykolab.com> (Rutger Helling's message of "Sun, 31 Dec 2017 15:07:03 +0100") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Rutger Helling Cc: help-guix@gnu.org Rutger Helling skribis: > I think the only way to do it is via specifying #:system in arguments > for an input to force it to build for a certain architecture? Yep! Ludo'.