diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-05-10 22:54:58 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-05-10 22:54:58 +0000 |
commit | 1aa3a917cb5c4deeae3e4c4f88f9dd7a57557144 (patch) | |
tree | a724061762415b7083f28a4bef594780efa659ad /emulators | |
parent | 1fa06bb9b8b10a44de488be84a25ee1f7672feb2 (diff) | |
download | ports-1aa3a917cb5c4deeae3e4c4f88f9dd7a57557144.tar.gz ports-1aa3a917cb5c4deeae3e4c4f88f9dd7a57557144.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-riscv/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/qemu-riscv/Makefile b/emulators/qemu-riscv/Makefile index fc157c92c2cd..8a0c230a8b8f 100644 --- a/emulators/qemu-riscv/Makefile +++ b/emulators/qemu-riscv/Makefile @@ -11,6 +11,9 @@ COMMENT= QEMU with RISC-V (RV64GC, RV32GC) emulation support LICENSE= GPLv2 +DEPRECATED= The development has been moved to the upstream +EXPIRATION_DATE= 2019-06-30 + ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 BROKEN_powerpc64= fails to compile: async.c: internal compiler error: Segmentation fault |