mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-04-17 12:41:53 +00:00
Add armcc5 build for uecc and baremetal config
This commit is contained in:
parent
46132207f8
commit
f6371ff923
|
@ -1125,6 +1125,15 @@ component_build_armcc () {
|
|||
armc6_build_test "--target=aarch64-arm-none-eabi -march=armv8.2-a"
|
||||
}
|
||||
|
||||
component_build_armcc_uecc_baremetal () {
|
||||
msg"build: ARM Compiler 5, make with uecc and baremetal"
|
||||
scripts/config.pl baremetal
|
||||
scripts/config.pl set MBEDTLS_USE_UECC
|
||||
|
||||
make CC="$ARMC5_CC" AR="$ARMC5_AR" WARNING_CFLAGS='--strict --c99' lib
|
||||
make clean
|
||||
}
|
||||
|
||||
component_test_allow_sha1 () {
|
||||
msg "build: allow SHA1 in certificates by default"
|
||||
scripts/config.pl set MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_CERTIFICATES
|
||||
|
|
Loading…
Reference in a new issue