1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Disable bktr on !i386

This commit is contained in:
Kris Kennaway 2006-10-07 19:22:01 +00:00
parent 2cbc314813
commit 0308399127
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174842

View File

@ -114,8 +114,8 @@ WITHOUT_MMX= yes
.if (defined(MACHINE_CPU) && ${MACHINE_CPU:Msse} == "sse")
WITH_BUILTIN_VECTOR= yes
.endif
# sparc64 doest not like bktr
.if ${ARCH} == "sparc64"
# !i386 does not like bktr
.if ${ARCH} != "i386"
CONFIGURE_ARGS+= --disable-bktr
.endif