Fix comment about verison of clang required for 'build_aes_armce'
Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
This commit is contained in:
parent
47c74a4773
commit
9e4eeff6e0
1 changed files with 1 additions and 1 deletions
|
@ -4750,7 +4750,7 @@ component_build_aes_aesce_armcc () {
|
|||
}
|
||||
|
||||
support_build_aes_armce() {
|
||||
# clang >= 4 is required to build with AES extensions
|
||||
# clang >= 11 is required to build with AES extensions
|
||||
ver="$(clang --version|grep version|sed -E 's#.*version ([0-9]+).*#\1#')"
|
||||
[ "${ver}" -ge 11 ]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue