mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Add an all.sh build test that catches the unterminated pragmas
Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
This commit is contained in:
parent
ef2aa0ecad
commit
46ed3a9834
|
|
@ -3962,6 +3962,11 @@ component_build_armcc () {
|
||||||
|
|
||||||
# ARM Compiler 6 - Target Cortex-M0
|
# ARM Compiler 6 - Target Cortex-M0
|
||||||
armc6_build_test "-Os --target=arm-arm-none-eabi -mcpu=cortex-m0"
|
armc6_build_test "-Os --target=arm-arm-none-eabi -mcpu=cortex-m0"
|
||||||
|
|
||||||
|
# Check that we handle "No mechanism to detect A64_CRYPTO found" properly
|
||||||
|
scripts/config.py set MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT
|
||||||
|
scripts/config.py set MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT
|
||||||
|
armc6_build_test "-Wno-#warnings -O1 --target=aarch64-arm-none-eabi -march=armv8.2-a+crypto"
|
||||||
}
|
}
|
||||||
support_build_armcc () {
|
support_build_armcc () {
|
||||||
armc5_cc="$ARMC5_BIN_DIR/armcc"
|
armc5_cc="$ARMC5_BIN_DIR/armcc"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue