Skip to content
Snippets Groups Projects
Commit 1a3a2ea5 authored by schneider's avatar schneider
Browse files

fix(newlib): Use nano.specs

parent 2cb948af
No related branches found
No related tags found
No related merge requests found
...@@ -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',
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment