[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cross-compiling guile libraries
From: |
Ludovic Courtès |
Subject: |
Re: Cross-compiling guile libraries |
Date: |
Sat, 23 Mar 2019 18:03:14 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hi Mathieu,
Mathieu Othacehe <address@hidden> 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=aarch64-linux-gnu" to
> configure script doesn't set the "target" argument of guild to the
> specified triplet.
Libraries like Guix itself pass --target to ‘guild’ just fine, so I
guess we’d have to fix Autotools-based Guile packages that don’t do
that.
Thanks,
Ludo’.