1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

- mark options ASM broken on sparc64

PR:		204527
This commit is contained in:
Dirk Meyer 2016-02-13 09:48:26 +00:00
parent 79219f5bb8
commit 6d63d735ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408778

View File

@ -92,6 +92,7 @@ EXTRACONFIGURE+= no-sse2
.endif
.if ${PORT_OPTIONS:MASM}
BROKEN_sparc64= option ASM generates illegal instructions
EXTRACONFIGURE+= enable-asm
.else
EXTRACONFIGURE+= no-asm