summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPavol Rusnak <stick@gk2.sk>2017-01-12 20:32:43 +0100
committerPavol Rusnak <stick@gk2.sk>2017-01-12 20:32:43 +0100
commitb82fc8dcef5ff05fe76bce19c83857e5097ec868 (patch)
treed1196b15c9b50f0bdf871501b2db24383ddb3cc0
parentaa5349639109741a29bb2bb7fa7365797604d02a (diff)
downloadmicropython-b82fc8dcef5ff05fe76bce19c83857e5097ec868.tar.gz
micropython-b82fc8dcef5ff05fe76bce19c83857e5097ec868.zip
stmhal: fix wrong usage of gcc -print-libgcc-file-name
-rw-r--r--stmhal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile
index 03b00fbd37..f39818eb57 100644
--- a/stmhal/Makefile
+++ b/stmhal/Makefile
@@ -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 \