CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/07/31 09:12:14
Modified files:
devel/libffi : Makefile
Added files:
devel/libffi/patches: patch-src_powerpc_sysv_S
Log message:
libffi: add a fix for the powerpc assembly code to improve runtime
gkoehler@ emitted the hypothesis that libffi was partly broken on powerpc.
Later i found out that upstream has already a patch for this, reducing greatly
the number of test failures. This will allow to build lang/gforth, and
lang/guile2 passes now its ffi test has well.
Testing for possible regression on powerpc64 by gkoehler@.
OK jasper@ gkoehler@