1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Also disable the use of SSE4/SSE4.2/AVX instructions when using the

old toolchain.  Fixes the build on 8.4 i386.

Submitted by:	Thomas Zander <thomas.e.zander@googlemail.com> (maintainer)
This commit is contained in:
Christian Weisgerber 2013-03-29 15:20:53 +00:00
parent 95e49b12f8
commit bf57e0090a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315542

View File

@ -74,7 +74,8 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-clang-version
USE_GCC?= 4.6+
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
.else
CONFIGURE_ARGS+=--disable-ssse3 --disable-fast-cmov
CONFIGURE_ARGS+=--disable-ssse3 --disable-sse4 --disable-sse42 \
--disable-avx --disable-fast-cmov
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-base_system_gcc
.if ${ARCH} == "amd64"
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils