Update clang version requirements
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
b622ff8ac0
commit
48b965d941
3 changed files with 9 additions and 6 deletions
|
@ -4394,7 +4394,7 @@ component_build_aes_aesce_armcc () {
|
|||
support_build_aes_armce() {
|
||||
# clang >= 4 is required to build with AES extensions
|
||||
ver="$(clang --version|grep version|sed -E 's#.*version ([0-9]+).*#\1#')"
|
||||
[ "${ver}" -ge 4 ]
|
||||
[ "${ver}" -ge 11 ]
|
||||
}
|
||||
|
||||
component_build_aes_armce () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue