Skip to content

Commit

Permalink
builder/picolib: add needed file for compiling math functions with er…
Browse files Browse the repository at this point in the history
…ror support.

Thanks to @aykevl for actually finding and providing this fix, I really just
reported the problem and tested the fix.

Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Dec 8, 2023
1 parent e14b6a7 commit f4cc61a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder/picolibc.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ var picolibcSourcesLarge = []string{
"libm/common/math_err_may_uflow.c",
"libm/common/math_err_check_uflow.c",
"libm/common/math_err_check_oflow.c",
"libm/common/math_errf_invalidf.c",
"libm/common/math_inexact.c",
"libm/common/math_inexactf.c",
"libm/common/log.c",
Expand Down

0 comments on commit f4cc61a

Please sign in to comment.