svn commit: r549848 - head/sysutils/cpuid2cpuflags

Mark Linimon linimon at FreeBSD.org
Wed Sep 23 20:59:03 UTC 2020


Author: linimon
Date: Wed Sep 23 20:59:02 2020
New Revision: 549848
URL: https://svnweb.freebsd.org/changeset/ports/549848

Log:
  Also mark as not for powerpc64le.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/cpuid2cpuflags/Makefile

Modified: head/sysutils/cpuid2cpuflags/Makefile
==============================================================================
--- head/sysutils/cpuid2cpuflags/Makefile	Wed Sep 23 20:55:40 2020	(r549847)
+++ head/sysutils/cpuid2cpuflags/Makefile	Wed Sep 23 20:59:02 2020	(r549848)
@@ -12,6 +12,7 @@ COMMENT=	Tool to generate CPU_FLAGS_* for your CPU
 LICENSE=	BSD2CLAUSE
 
 BROKEN_powerpc64=	fails to build: error "Platform not supported (only Linux supported at the moment)"
+BROKEN_powerpc64le=	fails to build: error "Platform not supported (only Linux supported at the moment)"
 
 USES=		autoreconf
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list