Use GCC 4.2+ on armv6.

Reviewed by:	umq
Approved by:	umq
This commit is contained in:
Rui Paulo 2013-08-20 05:31:34 +00:00
parent ea55283502
commit f7ad576cca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325029

View file

@ -36,6 +36,9 @@ CONFIGURE_ARGS+= --disable-asm
BROKEN= will not compile. See pr ports/166388
.endif
.elif ${ARCH} == "armv6"
USE_GCC=4.2+
.elif ${ARCH} == "i386"
.if (${OSVERSION} < 900033)
CONFIGURE_ARGS+= --disable-aesni-support