Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2021 15:06:50 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r568570 - head/security/afl++
Message-ID:  <202103161506.12GF6oaw037751@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Tue Mar 16 15:06:50 2021
New Revision: 568570
URL: https://svnweb.freebsd.org/changeset/ports/568570

Log:
  security/afl++: enable on powerpc64le

Modified:
  head/security/afl++/Makefile

Modified: head/security/afl++/Makefile
==============================================================================
--- head/security/afl++/Makefile	Tue Mar 16 15:00:53 2021	(r568569)
+++ head/security/afl++/Makefile	Tue Mar 16 15:06:50 2021	(r568570)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103161506.12GF6oaw037751>