File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -806,7 +806,7 @@ ifeq ($(WOLFCRYPT_TZ_PKCS11),1)
806806 ifeq ($(USE_CLANG),1)
807807 CLANG_MULTILIB_FLAGS: =$(filter -mthumb -mlittle-endian,$(LDFLAGS ) ) $(filter -mcpu=% ,$(CFLAGS ) )
808808 LIBS+ =$(shell $(CLANG_GCC_NAME ) $(CLANG_MULTILIB_FLAGS ) -print-file-name=libc.a)
809- LIBS+=$(shell $(CLANG_GCC_NAME) $(CLANG_MULTILIB_FLAGS) -print-libgcc-file-name)
809+ LIBS+ =$(shell $(CLANG_GCC_NAME ) $(CLANG_MULTILIB_FLAGS ) -print-libgcc-file-name)
810810 else
811811 LDFLAGS+=--specs =nano.specs
812812 endif
@@ -859,7 +859,7 @@ ifeq ($(WOLFCRYPT_TZ_PSA),1)
859859 ifeq ($(USE_CLANG),1)
860860 CLANG_MULTILIB_FLAGS: =$(filter -mthumb -mlittle-endian,$(LDFLAGS ) ) $(filter -mcpu=% ,$(CFLAGS ) )
861861 LIBS+ =$(shell $(CLANG_GCC_NAME ) $(CLANG_MULTILIB_FLAGS ) -print-file-name=libc.a)
862- LIBS+=$(shell $(CLANG_GCC_NAME) $(CLANG_MULTILIB_FLAGS) -print-libgcc-file-name)
862+ LIBS+ =$(shell $(CLANG_GCC_NAME ) $(CLANG_MULTILIB_FLAGS ) -print-libgcc-file-name)
863863 else
864864 LDFLAGS+=--specs =nano.specs
865865 endif
You can’t perform that action at this time.
0 commit comments