mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 14:08:39 +00:00
Merge pull request #7546 from mpg/align-psa-md-identifiers
Align psa md identifiers
This commit is contained in:
commit
c844c1a771
8 changed files with 82 additions and 91 deletions
|
|
@ -4271,6 +4271,10 @@ component_build_arm_none_eabi_gcc_m0plus () {
|
|||
|
||||
msg "size: ${ARM_NONE_EABI_GCC_PREFIX}gcc -mthumb -mcpu=cortex-m0plus -Os, baremetal_size"
|
||||
${ARM_NONE_EABI_GCC_PREFIX}size -t library/*.o
|
||||
for lib in library/*.a; do
|
||||
echo "$lib:"
|
||||
${ARM_NONE_EABI_GCC_PREFIX}size -t $lib | grep TOTALS
|
||||
done
|
||||
}
|
||||
|
||||
component_build_arm_none_eabi_gcc_no_udbl_division () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue