diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-03-16 15:06:50 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-03-16 15:06:50 +0000 |
commit | c2c50bdf6579b961e7e416223bdff9b2510b7ad4 (patch) | |
tree | 111e3be9e7c044f26b58b4e300e4e421d41fc473 | |
parent | - Update to 3.9.0 (diff) |
security/afl++: enable on powerpc64le
-rw-r--r-- | security/afl++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/afl++/Makefile b/security/afl++/Makefile index 189d49002a95..0b4d92c6b6cd 100644 --- a/security/afl++/Makefile +++ b/security/afl++/Makefile @@ -12,7 +12,7 @@ COMMENT= Fast instrumented fuzzer LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/docs/COPYING -ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 +ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le ONLY_FOR_ARCHS_REASON= uses x86-only instrumentation or requires complete LLVM support BUILD_DEPENDS= ginstall:sysutils/coreutils |