1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-05 19:35:48 +03:00

Update clang version requirements

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman
2023-10-09 12:19:44 +01:00
parent b622ff8ac0
commit 48b965d941
3 changed files with 9 additions and 6 deletions

View File

@@ -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 () {