CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/05/14 12:26:22
Modified files:
lang/parrot : Makefile
Added files:
lang/parrot/patches: patch-config_auto_warnings_pm
Log message:
parrot: fix the build on powerpc by removing -Werror, mark BROKEN-mips64.
The build was broken due to some libffi defines being undefined on powerpc;
issue that does not cause runtime errors.
mips64 was impacted by the same issue, but later the build fails with a
SIGBUS (thanks to Janne Johansson who tested it there).
OK jca@