From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f34Yn-0001r2-L7 for guix-patches@gnu.org; Mon, 02 Apr 2018 14:52:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f34Yk-0001vp-JW for guix-patches@gnu.org; Mon, 02 Apr 2018 14:52:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55735) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f34Yk-0001vk-G3 for guix-patches@gnu.org; Mon, 02 Apr 2018 14:52:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f34Yk-0002KW-74 for guix-patches@gnu.org; Mon, 02 Apr 2018 14:52:02 -0400 Subject: [bug#31024] [PATCH] gnu: Add mrustc. Resent-Message-ID: Date: Mon, 2 Apr 2018 20:51:41 +0200 From: Danny Milosavljevic Message-ID: <20180402205141.3d805093@scratchpost.org> In-Reply-To: References: <20180402154851.15672-1-dannym@scratchpost.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/.1b6vY7+YpmYG_s=Ve.9l_N"; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Catonano Cc: 31024@debbugs.gnu.org --Sig_/.1b6vY7+YpmYG_s=Ve.9l_N Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Catonano, On Mon, 2 Apr 2018 19:21:27 +0200 Catonano wrote: > Why is llvm needed ? Rust uses LLVM to generate the actual images. But it should be a native-input since mrustc doesn't use it, only Rust uses= it. (But mrustc compiles parts of the Rust source code for use in minicargo) > I read on their git repo page that it's tested with the gcc 5.4 and 6 ? > https://github.com/thepowersgang/mrustc Hmm, good to know. Right now we use 5.5 since that's what the rest of Guix= uses. Let's see whether it's enough. > so there's the gcc too ? =F0=9F=A4=94 > but then it's not used ? Right, it's a leftover from when I tried to get rust-1.19.0 to use gcc to l= ink its executables. I might need to adapt it to "symlink gcc cc" in a later v= ersion still. --Sig_/.1b6vY7+YpmYG_s=Ve.9l_N Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlrCe70ACgkQ5xo1VCww uqXpDgf/Xh3tpUhyTBeMyTLGLq2etrXYcANlta3+B43wsLF1JhlrZBHq91SPr6HT MrsRZoWGzBxnFfLvwmztt9K0Ka3h3uPZFoy+wA8p5bZrLQSUjxDPL5jTrs5a6QxX gt7RHxu2M6Ax7vMev4XDGchQq6hZnGTOJQetuWhzX7Ciw7HaW1iSg2n9Cm8+eKA3 KPkwXkQfKxlgTwHlYowNfF5VBPMBFhenGp9lRd3Im63jS6ulPEMiILiOhmZHwDrL WV60oLiHVY7LXu/f3coZYnyT9LkCkA8PbTRIhyJ/uOc0V3a2w2+LFLlOTYu5M8hx 4YW35DAq5RC8OYuCVJqdwHSRxMKmbg== =R5B+ -----END PGP SIGNATURE----- --Sig_/.1b6vY7+YpmYG_s=Ve.9l_N--