Manolis Ragkousis <manolis...@gmail.com> skribis: > When I try to cross-build m4 with --target=i686-pc-gnu using our i686-pc-gnu > toolchain, all checks fail from make check with Segmentation fault (status > 139).
I just checked with guix build m4 --target=mips64el-linux-gnu and the problem is not specific to the Hurd target. So commit f6154eb disables tests when cross-compiling M4. HTH! Ludo’.