Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2020 20:59:02 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549848 - head/sysutils/cpuid2cpuflags
Message-ID:  <202009232059.08NKx223005742@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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