svn commit: r514468 - head/devel/llvm-cheri

Brooks Davis brooks at FreeBSD.org
Mon Oct 14 17:36:47 UTC 2019


Author: brooks
Date: Mon Oct 14 17:36:47 2019
New Revision: 514468
URL: https://svnweb.freebsd.org/changeset/ports/514468

Log:
  Exclude from 32-bit systems.
  
  While it may build on some, no one is likely to develop CHERI software
  from a 32-bit platform (maybe with exception of an armv7 SoC on an
  FPGA and we can enable the build there that if that ever happens).

Modified:
  head/devel/llvm-cheri/Makefile

Modified: head/devel/llvm-cheri/Makefile
==============================================================================
--- head/devel/llvm-cheri/Makefile	Mon Oct 14 16:53:49 2019	(r514467)
+++ head/devel/llvm-cheri/Makefile	Mon Oct 14 17:36:47 2019	(r514468)
@@ -17,6 +17,8 @@ LICENSE_FILE_LLVM2=	${LICENSE_DIR}/LICENSE.TXT
 LICENSE_NAME_LLVM2=	Apache License 2.0 with LLVM Exceptions
 LICENSE_PERMS_LLVM2=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+NOT_FOR_ARCHS=		i386 armv6 armv7 powerpc mips
+NOT_FOR_ARCHS_REASON=	No one will develop CHERI from 32-bit
 BROKEN_powerpc64=	Does not build
 
 LLVM_SUFFIX?=	-cheri


More information about the svn-ports-head mailing list