Re: Guile 1.8.9 release

2021-02-14 Thread Han-Wen Nienhuys
On Wed, Feb 10, 2021 at 11:18 PM Thien-Thi Nguyen wrote: > > > () Han-Wen Nienhuys > () Tue, 9 Feb 2021 09:59:07 +0100 > >> Thanks. It turns out my previous fix introduced ABI >> breakage, so I reworked it to not change function >> signatures or struct sizes. It's also split up in mor

[PATCH] Support cross compilation

2021-02-14 Thread Christopher Baines
With these changes, I was able to cross-compile guile-lib to the GNU Hurd, and use part of the library at least. * configure.ac: Set GUILE_TARGET when cross compiling. * am/guile.mk: Pass GUILE_TARGET to guild compile. --- am/guile.mk | 2 +- configure.ac | 4 2 files changed, 5 insertions(