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:
parent
f9083c0a26
commit
e016c91fbd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498259
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user