Bug#1098478: guile-fibers: Please add support for loong64

2025-02-24 Thread wuruilong
On Fri, 21 Feb 2025 11:41:26 +0100 Bruno Haible wrote: > Simon Josefsson wrote: > > checking build system type... loongarch64-unknown-linux-gnu > > checking host system type... loongarch64-unknown-linux-gnu > > ... > > checking 32-bit host C ABI... no > > > > Isn't that the right result? > > Right

Bug#1098478: guile-fibers: Please add support for loong64

2025-02-21 Thread Simon Josefsson
Thank you for quick fix Bruno! I'll use host-cpu-c-abi.m4 serial 19 and somehow make the Debian packaging of guile-fibers 1.3.1 use it. I think host-cpu-c-abi.m4 should be added to upstream guile-fibers m4/ too, and will try to work on that (they could use gnulib-tool and/or bootstrap but I'll pr

Bug#1098478: guile-fibers: Please add support for loong64

2025-02-21 Thread Bruno Haible
Simon Josefsson wrote: > checking build system type... loongarch64-unknown-linux-gnu > checking host system type... loongarch64-unknown-linux-gnu > ... > checking 32-bit host C ABI... no > > Isn't that the right result? Right. That is as expected on loongarch64 machines. > > --- guile-fibers-1.3

Bug#1098478: guile-fibers: Please add support for loong64

2025-02-21 Thread Simon Josefsson
Thank you! I think the patch below belongs better to gnulib's m4/host-cpu-c-abi.m4, could you propose a patch for it instead? Or if someone on the gnulib list (cc'ed) has ideas how to adapt the patch below into gnulib. https://git.savannah.gnu.org/cgit/gnulib.git/tree/m4/host-cpu-c-abi.m4 I thi

Bug#1098478: guile-fibers: Please add support for loong64

2025-02-20 Thread wuruilong
Package: guile-fibers Severity: normal Tags: sid patch X-Debbugs-Cc: wuruil...@loongson.cn User: debian-loonga...@lists.debian.org Usertags: loong64 Dear Maintainer, guile-fibers compiles incorrectly on loongarch architecture, refer to riscv to modify configure file to adapt. It has been tes