Skip to content
Snippets Groups Projects
Unverified Commit b82fc8dc authored by Pavol Rusnak's avatar Pavol Rusnak
Browse files

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

parent aa534963
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ COPT += -Os -DNDEBUG ...@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment