mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-02 07:00:58 +00:00
Add test for build warnings with baremetal.h
This commit is contained in:
parent
e83b2c2a50
commit
31ae7facb3
|
@ -1155,6 +1155,12 @@ component_build_armcc () {
|
|||
armc6_build_test "--target=aarch64-arm-none-eabi -march=armv8.2-a"
|
||||
}
|
||||
|
||||
# need _armcc in the name for pre_check_tools()
|
||||
component_build_baremetal_script_gcc_armcc () {
|
||||
msg "build: scripts/baremetal.sh gcc/armc5/armc6"
|
||||
scripts/baremetal.sh --rom --gcc --armc5 --armc6 --check
|
||||
}
|
||||
|
||||
component_build_armcc_tinycrypt_baremetal () {
|
||||
msg "build: ARM Compiler 5, make with tinycrypt and baremetal"
|
||||
scripts/config.pl baremetal
|
||||
|
|
Loading…
Reference in a new issue