Use GCC 4.2+ on armv6.
Reviewed by: umq Approved by: umq
This commit is contained in:
parent
ea55283502
commit
f7ad576cca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325029
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue