9 Commits

Author SHA1 Message Date
cwen
388c706bd3 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@
2020-04-26 21:43:42 +00:00
kmos
a03e2fddd7 Mark py-unicorn BROKEN-sparc64
ok kn@
2020-02-12 13:59:16 +00:00
cwen
9f48d7ef77 py-unicorn: `-Bsymbolic-functions' linker option is not recognised
by ld.bfd and breaks the build; use it only for LLD_ARCHS.

OK jasper@ (maintainer)
2019-11-05 20:42:34 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
ajacoutot
901b439b14 Bump to unbreak (PLIST changed). 2019-06-03 06:08:52 +00:00
kn
b69a9863dc Enable py-unicorn,python3
QEMU's configure script cannot cope with modern Python, but unicorn does.

Pass python2 to QEMU in both cases, otherwise unicorn behaves like any
other flavored python port.

"go ahead" jasper
2019-06-01 20:00:01 +00:00
ajacoutot
7cfd966cec Regen PLIST and add missing WANTLIB. 2019-04-02 13:09:12 +00:00
jasper
9d13a48347 disable python3 flavor for now, it's not ready yet for prime time
reminded by aja@
2019-04-02 03:12:16 +00:00
jasper
1ff34ce170 import py-unicorn-1.0.1
Unicorn is a lightweight multi-platform, multi-architecture CPU emulator
framework. [...]

ok sthen@
2019-04-01 02:24:07 +00:00