MFH: r498259

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
This commit is contained in:
Antoine Brodin 2019-04-07 06:28:17 +00:00
parent 5026189f88
commit da917f0d40
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=498260

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"