mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-25 17:36:51 +00:00
Remove wrong reference to ARMCC in all.sh test name
This commit is contained in:
parent
c4296a3bbb
commit
b7769e4fc0
|
@ -1346,8 +1346,7 @@ component_baremetal_raw_build_armcc () {
|
||||||
scripts/baremetal.sh --rom --gcc --armc5 --armc6 --check
|
scripts/baremetal.sh --rom --gcc --armc5 --armc6 --check
|
||||||
}
|
}
|
||||||
|
|
||||||
# need _armcc in the name for pre_check_tools()
|
component_baremetal_test_build () {
|
||||||
component_baremetal_test_build_armcc () {
|
|
||||||
msg "build: lib+test+programs for baremetal.h + baremetal_test.h"
|
msg "build: lib+test+programs for baremetal.h + baremetal_test.h"
|
||||||
record_status scripts/baremetal.sh --ram --build-only
|
record_status scripts/baremetal.sh --ram --build-only
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue