Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jan 2020 23:46:16 +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: r522070 - head/security/afl++
Message-ID:  <202001042346.004NkG2Z088943@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sat Jan  4 23:46:16 2020
New Revision: 522070
URL: https://svnweb.freebsd.org/changeset/ports/522070

Log:
  security/afl++: unbreak on powerpc64
  
  Builds fine on elfv2 and passes make test.

Modified:
  head/security/afl++/Makefile

Modified: head/security/afl++/Makefile
==============================================================================
--- head/security/afl++/Makefile	Sat Jan  4 23:39:27 2020	(r522069)
+++ head/security/afl++/Makefile	Sat Jan  4 23:46:16 2020	(r522070)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/docs/COPYING
 
 # In theory afl supports non-x86 architectures with the LLVM plugin.
 # This has only been run tested on aarch64 so far.
-ONLY_FOR_ARCHS=	aarch64 amd64 i386
+ONLY_FOR_ARCHS=	aarch64 amd64 i386 powerpc64
 ONLY_FOR_ARCHS_REASON=	uses x86-only instrumentation or requires complete LLVM support
 
 USES=		gmake tar:tgz



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