1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Mark BROKEN on i386

In file included from crafty.c:28:
./tbprobe.c:111:9: error: invalid operand for instruction
__asm__("bsfq %1, %0": "=r"(idx):"rm"(b));

Reported by:	pkg-fallout
MFH:		2019Q2
This commit is contained in:
Antoine Brodin 2019-04-07 06:27:48 +00:00
parent f9083c0a26
commit e016c91fbd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498259

View File

@ -16,9 +16,10 @@ EXTRACT_ONLY= crafty-${PORTVERSION}.zip
MAINTAINER= johans@FreeBSD.org
COMMENT= Chess program for playing and analyzing games
BROKEN_aarch64= fails to compile: invokes x86 assembler
BROKEN_armv6= fails to compile: invokes x86 assembler
BROKEN_armv7= fails to compile: invokes x86 assembler
BROKEN_aarch64= fails to compile: invokes amd64 assembler
BROKEN_armv6= fails to compile: invokes amd64 assembler
BROKEN_armv7= fails to compile: invokes amd64 assembler
BROKEN_i386= fails to compile: invokes amd64 assembler
BROKEN_mips= fails to compile: unrecognized command line option "-mpopcnt"
BROKEN_mips64= fails to compile: unrecognized command line option "-mpopcnt"