Skip to content

Commit 6fda799

Browse files
committed
Replace tabs with spaces in options.mk
1 parent 497295f commit 6fda799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

options.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)