From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/7] build-system: Add cargo build system. Date: Thu, 15 Dec 2016 16:45:47 +0100 Message-ID: <87poktfb6c.fsf@gnu.org> References: <20160928151538.11679-1-david@craven.ch> <87shsccwpv.fsf@gnu.org> <87k2b9s3e5.fsf@wasp.i-did-not-set--mail-host-address--so-tickle-me> <87oa0lchl1.fsf@gnu.org> <877f73sqbc.fsf@gnu.org> <87inqnmqcd.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cHYEH-000873-7y for guix-devel@gnu.org; Thu, 15 Dec 2016 10:45:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cHYED-0006cD-R5 for guix-devel@gnu.org; Thu, 15 Dec 2016 10:45:57 -0500 In-Reply-To: (David Craven's message of "Wed, 14 Dec 2016 12:48:41 +0100") 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" To: David Craven Cc: guix-devel David Craven skribis: >> Would that help? > > Awesome! Thank you. > > The bootstrapping solution turned out much better. I added the > #:system argument to rustc-bootstrap and cargo-bootstrap and moved the > gcc -> cc symlink into rust-bootstrap, so that we get a native > toolchain. We can build rustc on i686 and x86_64 using the same > binary. Cool, thanks! Ludo'.