aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-02-16 16:49:44 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-02-16 16:49:44 +0000
commit4e73dc01b619e3906a86a83372696eb5738cdbe5 (patch)
tree87fdde9561a1baef6b05c4f1e9dd602372b1ee58
parent60448a8aefe443645115a7a2b4a8f2845d660b62 (diff)
downloadports-4e73dc01b619e3906a86a83372696eb5738cdbe5.tar.gz
ports-4e73dc01b619e3906a86a83372696eb5738cdbe5.zip
security/afl++: enable on riscv64
-mno-relax is necessary: ld: error: afl-fuzz-cmplog.c:(.text+0x0): relocation R_RISCV_ALIGN requires unimplemented linker relaxation; recompile with -mno-relax
-rw-r--r--security/afl++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/afl++/Makefile b/security/afl++/Makefile
index dd12980653bb..9539f13c3b60 100644
--- a/security/afl++/Makefile
+++ b/security/afl++/Makefile
@@ -11,7 +11,7 @@ COMMENT= Fast instrumented fuzzer
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/docs/COPYING
-ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc powerpc64 powerpc64le
+ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc powerpc64 powerpc64le riscv64
ONLY_FOR_ARCHS_REASON= uses x86-only instrumentation or requires complete LLVM support
BUILD_DEPENDS= ginstall:sysutils/coreutils