From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Neidhardt Subject: Re: i686-linux GCC package on x86_64 Date: Thu, 10 Oct 2019 15:34:46 +0200 Message-ID: <874l0gafm1.fsf@ambrevar.xyz> References: <87d0fs2q0p.fsf@ambrevar.xyz> <87d0featrl.fsf@ambrevar.xyz> <87h84p3trz.fsf@gmail.com> <877e5lnd81.fsf@ambrevar.xyz> <87r23s1qy1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:42857) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iIYaj-0005Od-QH for guix-devel@gnu.org; Thu, 10 Oct 2019 09:34:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iIYai-0002wx-6t for guix-devel@gnu.org; Thu, 10 Oct 2019 09:34:53 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:43927) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iIYai-0002vn-0c for guix-devel@gnu.org; Thu, 10 Oct 2019 09:34:52 -0400 In-Reply-To: <87r23s1qy1.fsf@gmail.com> 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: Mathieu Othacehe Cc: guix-devel@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Mathieu Othacehe writes: > --8<---------------cut here---------------start------------->8--- > (native-inputs > `(,@(if (not (string-prefix? "i686" (%current-system))) > `(("cross-gcc" ,(cross-gcc "i686-unknown-linux-gnu")) > ("cross-binutils" ,(cross-binutils "i686-unknown-linux-gnu")= )) > '()))) > --8<---------------cut here---------------end--------------->8--- Thanks! This works but cross-gcc only delivers GCC and the libc. The "lib" output of the regular GCC is missing. In particular, I'd need libstdc++.so. =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl2fM3YACgkQm9z0l6S7 zH/J7Qf9GdirQSnye6CCaxTgHqHBdeOFMMD/2pMWp5nTDEs+SM5LOMtkDxC3ZnMp nyz4Ua3+bZOsEU/BeZgAypg9c+yOFBFgHDzvIhadoVD9VY21qzPM7uC9TBc4OJdg RS7JPGasFr0UtjPwA/cqpNpnMlmSBBdv5PCk+gDMSMVlo/xVrggBQAIOaP7o368L 4jr9n7E2o/lyBV78qQXZrtS56LXMAVTigHSghlo599eeCLxRSb+NnInjerFNLEOk KbCjsQVm78WuHy3TIm8eL6CLuCUyRrPRvK2IU4YlPJ4B+9Gm64W2XspjpLLj1qeM HlY01QDZYsERWhjRf1QMupPVQfnZuQ== =IWBh -----END PGP SIGNATURE----- --=-=-=--