1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-10-17 07:21:53 +08:00

Adapt footprint.sh to make deprecation

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron
2025-09-24 10:16:50 +02:00
parent e5bae0dde3
commit 15cd8b0a63

View File

@@ -85,9 +85,9 @@ doit()
scripts/config.py --force -f ${CRYPTO_CONFIG_H} set MBEDTLS_PSA_DRIVER_GET_ENTROPY || true
} >/dev/null 2>&1
make clean >/dev/null
make -f scripts/legacy.make clean >/dev/null
CC=arm-none-eabi-gcc AR=arm-none-eabi-ar LD=arm-none-eabi-ld \
CFLAGS="$ARMGCC_FLAGS" make lib >/dev/null
CFLAGS="$ARMGCC_FLAGS" make -f scripts/legacy.make lib >/dev/null
OUT="size-${NAME}.txt"
arm-none-eabi-size -t library/libmbed*.a > "$OUT"