diff options
Diffstat (limited to 'emulators/qemu-powernv')
-rw-r--r-- | emulators/qemu-powernv/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/qemu-powernv/Makefile b/emulators/qemu-powernv/Makefile index 134f1605c33b..6aa75cc5214b 100644 --- a/emulators/qemu-powernv/Makefile +++ b/emulators/qemu-powernv/Makefile @@ -11,6 +11,8 @@ COMMENT= Fork of QEMU with experimental PowerNV emulation support LICENSE= GPLv2 +BROKEN_riscv64= fails to build: qemu-powernv-3.0.50_2.log: Unsupported CPU = riscv, try --enable-tcg-interpreter + BUILD_DEPENDS= ${LOCALBASE}/lib/libfdt.so:sysutils/dtc USES= bison:build compiler:c11 gmake gnome libtool makeinfo \ |