Skip to content

Commit f50ff5d

Browse files
committed
Fix for "benchmark" command to support float with nano.specs
1 parent f7d5260 commit f50ff5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ ifeq ($(WOLFCRYPT_TZ_PKCS11),1)
652652
CFLAGS+=-DCK_CALLABLE="__attribute__((cmse_nonsecure_entry))"
653653
CFLAGS+=-I$(WOLFBOOT_LIB_WOLFPKCS11)
654654
CFLAGS+=-DWP11_HASH_PIN_COST=3
655-
LDFLAGS+=--specs=nano.specs
655+
LDFLAGS+=--specs=nano.specs --specs=nosys.specs -u _printf_float
656656
WOLFCRYPT_OBJS+=src/pkcs11_store.o
657657
WOLFCRYPT_OBJS+=src/pkcs11_callable.o
658658
WOLFCRYPT_OBJS+=$(WOLFBOOT_LIB_WOLFSSL)/wolfcrypt/src/pwdbased.o

0 commit comments

Comments
 (0)