Author :
gkoehler
Date :
2024-03-25 19:12:41
Hash :fa24acc0 Message :lang/gambit: disable musttail on mips64, powerpc, powerpc64
gambit-4.9.5 has a fatal error in clang at __attribute__((musttail))
on these platforms. Disable musttail if the compiler defines __mips__
or __powerpc__, then I can build gambit and run gsi(1) on powerpc and
powerpc64.
https://github.com/gambit/gambit/issues/898
ok juanfra@ (maintainer)