svn commit: r392245 - head/lang/clang-cheri

Brooks Davis brooks at FreeBSD.org
Wed Jul 15 23:31:40 UTC 2015


Author: brooks
Date: Wed Jul 15 23:31:39 2015
New Revision: 392245
URL: https://svnweb.freebsd.org/changeset/ports/392245

Log:
  Mark broken on armv6 as it fails to link there and currently wouldn't be very
  useful.
  
  PR:		201599
  Submitted by:	sbruno

Modified:
  head/lang/clang-cheri/Makefile

Modified: head/lang/clang-cheri/Makefile
==============================================================================
--- head/lang/clang-cheri/Makefile	Wed Jul 15 23:28:43 2015	(r392244)
+++ head/lang/clang-cheri/Makefile	Wed Jul 15 23:31:39 2015	(r392245)
@@ -75,6 +75,7 @@ FIRST_COMMAND=	${COMMANDS:C/^/XXXX/1:MXX
 
 .include <bsd.port.pre.mk>
 
+BROKEN_armv6=	fails to link
 .if ${CHOSEN_COMPILER_TYPE} == "gcc"
 BROKEN=	build errors when C++11 compiler is gcc
 .endif


More information about the svn-ports-all mailing list