View | Details | Raw Unified | Return to bug 258445
Collapse All | Expand All

(-)b/sysutils/cpuid2cpuflags/Makefile (-3 / +2 lines)
Lines 10-18 COMMENT= Tool to generate CPU_FLAGS_* for your CPU Link Here
10
10
11
LICENSE=	BSD2CLAUSE
11
LICENSE=	BSD2CLAUSE
12
12
13
BROKEN_powerpc64=	fails to build: error "Platform not supported (only Linux supported at the moment)"
13
# All other platforms are unsupported upstream
14
BROKEN_powerpc64le=	fails to build: error "Platform not supported (only Linux supported at the moment)"
14
ONLY_FOR_ARCHS=	amd64 i386
15
BROKEN_riscv64=		fails to build: src/platforms.h:15:4: error: "Unsupported platform, please report"
16
15
17
USES=		autoreconf
16
USES=		autoreconf
18
USE_GITHUB=	yes
17
USE_GITHUB=	yes

Return to bug 258445