diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-01-19 02:54:16 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-01-19 02:54:16 +0000 |
commit | bc69e47504f0c1bda274ed28ba17af295de22ec3 (patch) | |
tree | 1b5d1b6df96581a7debf8052dce83bd8342f2b48 /emulators/qemu-powernv | |
parent | 3a0c6d67bf5e2cb8f97db467018fd60c94d35a37 (diff) |
Mark as BROKEN on riscv64:
qemu-powernv-3.0.50_2.log:ERROR: Unsupported CPU = riscv, try --enable-tcg-interpreter
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing
Notes
Notes:
svn path=/head/; revision=562009
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 \ |