CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/04/26 15:43:42
Added files:
devel/py-unicorn/patches: patch-src_qemu_tcg_ppc_tcg-target_c
Log message:
py-unicorn: fix the build with clang on powerpc
Some powerpc-specific code has been borrowed from emulators/qemu and
as such rely on _CALL_* defines that clang does not provide.
Redefine _CALL_SYSV similarly.
OK jasper@ (maintainer), jca@
