mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
all: update musl
This commit is contained in:
committed by
Ron Evans
parent
f136eb6adf
commit
e7d02cd51b
@@ -90,6 +90,7 @@ var Musl = Library{
|
||||
"-Wno-ignored-attributes",
|
||||
"-Wno-string-plus-int",
|
||||
"-Wno-ignored-pragmas",
|
||||
"-Wno-tautological-constant-out-of-range-compare",
|
||||
"-Qunused-arguments",
|
||||
// Select include dirs. Don't include standard library includes
|
||||
// (that would introduce host dependencies and other complications),
|
||||
@@ -117,6 +118,7 @@ var Musl = Library{
|
||||
"internal/vdso.c",
|
||||
"legacy/*.c",
|
||||
"malloc/*.c",
|
||||
"malloc/mallocng/*.c",
|
||||
"mman/*.c",
|
||||
"math/*.c",
|
||||
"signal/*.c",
|
||||
|
||||
+1
-1
Submodule lib/musl updated: 040c1d16b4...7a43f6fea9
Reference in New Issue
Block a user