CVSROOT: /cvs Module name: ports Changes by: [email protected] 2020/04/22 22:30:35
Modified files:
emulators/qemu : Makefile
Added files:
emulators/qemu/patches: patch-tcg_ppc_tcg-target_inc_c
Log message:
qemu: fix the build with clang on powerpc
Workaround the lack the of _CALL_SYSV and build with -O0;
-O1 causes linking errors and -O2 segfaults.
Input by Brad (maintainer)
