We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d5260 commit f50ff5dCopy full SHA for f50ff5d
options.mk
@@ -652,7 +652,7 @@ ifeq ($(WOLFCRYPT_TZ_PKCS11),1)
652
CFLAGS+=-DCK_CALLABLE="__attribute__((cmse_nonsecure_entry))"
653
CFLAGS+=-I$(WOLFBOOT_LIB_WOLFPKCS11)
654
CFLAGS+=-DWP11_HASH_PIN_COST=3
655
- LDFLAGS+=--specs=nano.specs
+ LDFLAGS+=--specs=nano.specs --specs=nosys.specs -u _printf_float
656
WOLFCRYPT_OBJS+=src/pkcs11_store.o
657
WOLFCRYPT_OBJS+=src/pkcs11_callable.o
658
WOLFCRYPT_OBJS+=$(WOLFBOOT_LIB_WOLFSSL)/wolfcrypt/src/pwdbased.o
0 commit comments