Skip to content

Commit

Permalink
libc: Add newlib-nano printf float support
Browse files Browse the repository at this point in the history
This enables printf floating point.

Signed-off-by: Jerzy Kasenberg <[email protected]>
  • Loading branch information
kasjer committed Oct 3, 2024
1 parent 79b107a commit 9c6c829
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libc/nano/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ pkg.lflags:
- -u_close
- -u_sbrk

pkg.lflags.FLOAT_USER:
- -u_printf_float

0 comments on commit 9c6c829

Please sign in to comment.