Disable building aesni with base gcc
Because base gcc does not support the required intrinsics, do not attempt to compile the aesni module with it. Noticed by: Dan Allen <danallen46@gmail.com> MFC after: 3 days
This commit is contained in:
parent
a0e8aab7d8
commit
ee3d52d730
@ -627,8 +627,10 @@ _aac= aac
|
||||
_aacraid= aacraid
|
||||
_acpi= acpi
|
||||
.if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
|
||||
.if ${COMPILER_TYPE} != "gcc" || ${COMPILER_VERSION} > 40201
|
||||
_aesni= aesni
|
||||
.endif
|
||||
.endif
|
||||
_amd_ecc_inject=amd_ecc_inject
|
||||
_amdsbwd= amdsbwd
|
||||
_amdsmn= amdsmn
|
||||
|
Loading…
Reference in New Issue
Block a user