stmhal: fix wrong usage of gcc -print-libgcc-file-name
This commit is contained in:
parent
aa53496391
commit
b82fc8dcef
@ -76,7 +76,7 @@ COPT += -Os -DNDEBUG
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# uncomment this if you want libgcc
|
# uncomment this if you want libgcc
|
||||||
#LIBS += $(shell $(CC) -print-libgcc-file-name)
|
#LIBS += $(shell $(CC) $(CFLAGS) -print-libgcc-file-name)
|
||||||
|
|
||||||
SRC_LIB = $(addprefix lib/,\
|
SRC_LIB = $(addprefix lib/,\
|
||||||
libc/string0.c \
|
libc/string0.c \
|
||||||
|
Loading…
Reference in New Issue
Block a user