Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
b82fc8dc
Unverified
Commit
b82fc8dc
authored
Jan 12, 2017
by
Pavol Rusnak
Browse files
stmhal: fix wrong usage of gcc -print-libgcc-file-name
parent
aa534963
Changes
1
Show whitespace changes
Inline
Side-by-side
stmhal/Makefile
View file @
b82fc8dc
...
...
@@ -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
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment