From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Cross-compiling guile libraries Date: Sat, 23 Mar 2019 18:03:14 +0100 Message-ID: <87zhplv7zh.fsf@gnu.org> References: <87d0mkpdfy.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <87d0mkpdfy.fsf@gmail.com> (Mathieu Othacehe's message of "Thu, 21 Mar 2019 14:25:05 +0100") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sender: "guile-devel" To: Mathieu Othacehe Cc: Guix-devel , guile-devel List-Id: guix-devel.gnu.org Hi Mathieu, Mathieu Othacehe skribis: > Even if guild has a "target" option allowing to cross-compile sources, > autotools does not seem to have support for guile > cross-compilation. For instance, passing "--host=3Daarch64-linux-gnu" to > configure script doesn't set the "target" argument of guild to the > specified triplet. Libraries like Guix itself pass --target to =E2=80=98guild=E2=80=99 just fi= ne, so I guess we=E2=80=99d have to fix Autotools-based Guile packages that don=E2= =80=99t do that. Thanks, Ludo=E2=80=99.