Date: Mon, 14 Oct 2019 17:36:47 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514468 - head/devel/llvm-cheri Message-ID: <201910141736.x9EHal8b069310@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910141736.x9EHal8b069310>