stmhal: fix wrong usage of gcc -print-libgcc-file-name

This commit is contained in:
Pavol Rusnak
2017-01-12 20:32:43 +01:00
parent aa53496391
commit b82fc8dcef

View File

@@ -76,7 +76,7 @@ COPT += -Os -DNDEBUG
endif
# 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/,\
libc/string0.c \