Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Revol
firmware
Commits
1a3a2ea5
Commit
1a3a2ea5
authored
Jul 05, 2019
by
schneider
Browse files
fix(newlib): Use nano.specs
parent
2cb948af
Changes
1
Hide whitespace changes
Inline
Side-by-side
meson.build
View file @
1a3a2ea5
...
@@ -24,6 +24,8 @@ add_global_arguments(
...
@@ -24,6 +24,8 @@ add_global_arguments(
add_global_link_arguments(
add_global_link_arguments(
'-Wl,--gc-sections',
'-Wl,--gc-sections',
'-lm',
'-lm',
'--specs=nano.specs',
'-u _printf_float',
language: 'c',
language: '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