Skip to content

Commit b82fc8d

Browse files
committed
stmhal: fix wrong usage of gcc -print-libgcc-file-name
1 parent aa53496 commit b82fc8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stmhal/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ COPT += -Os -DNDEBUG
7676
endif
7777

7878
# uncomment this if you want libgcc
79-
#LIBS += $(shell $(CC) -print-libgcc-file-name)
79+
#LIBS += $(shell $(CC) $(CFLAGS) -print-libgcc-file-name)
8080

8181
SRC_LIB = $(addprefix lib/,\
8282
libc/string0.c \

0 commit comments

Comments
 (0)