mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 09:25:38 +00:00
Modify all.sh test names to reflect use of ARMCC
This commit is contained in:
parent
28d2a88173
commit
c4296a3bbb
|
@ -1341,12 +1341,13 @@ component_build_armcc () {
|
|||
}
|
||||
|
||||
# need _armcc in the name for pre_check_tools()
|
||||
component_baremetal_raw_build () {
|
||||
component_baremetal_raw_build_armcc () {
|
||||
msg "build: scripts/baremetal.sh gcc/armc5/armc6"
|
||||
scripts/baremetal.sh --rom --gcc --armc5 --armc6 --check
|
||||
}
|
||||
|
||||
component_baremetal_test_build () {
|
||||
# need _armcc in the name for pre_check_tools()
|
||||
component_baremetal_test_build_armcc () {
|
||||
msg "build: lib+test+programs for baremetal.h + baremetal_test.h"
|
||||
record_status scripts/baremetal.sh --ram --build-only
|
||||
|
||||
|
|
Loading…
Reference in a new issue