Skip to content

Commit

Permalink
Clarify GCC version requirement
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Szépkúti <[email protected]>
  • Loading branch information
bensze01 committed Oct 28, 2024
1 parent 478730e commit b14dd76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/scripts/all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3398,6 +3398,7 @@ component_test_aarch64_linux_gnu_gcc () {
}
support_test_aarch64_linux_gnu_gcc () {
# Minimum version of GCC for MBEDTLS_AESCE_C is 6.0
[ "$(gcc_version "${AARCH64_LINUX_GNU_GCC_PREFIX}gcc")" -ge 6 ] && can_run_aarch64_linux_gnu
}
Expand Down

0 comments on commit b14dd76

Please sign in to comment.