mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-19 12:04:03 +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-ignored-attributes",
|
||||||
"-Wno-string-plus-int",
|
"-Wno-string-plus-int",
|
||||||
"-Wno-ignored-pragmas",
|
"-Wno-ignored-pragmas",
|
||||||
|
"-Wno-tautological-constant-out-of-range-compare",
|
||||||
"-Qunused-arguments",
|
"-Qunused-arguments",
|
||||||
// Select include dirs. Don't include standard library includes
|
// Select include dirs. Don't include standard library includes
|
||||||
// (that would introduce host dependencies and other complications),
|
// (that would introduce host dependencies and other complications),
|
||||||
@@ -117,6 +118,7 @@ var Musl = Library{
|
|||||||
"internal/vdso.c",
|
"internal/vdso.c",
|
||||||
"legacy/*.c",
|
"legacy/*.c",
|
||||||
"malloc/*.c",
|
"malloc/*.c",
|
||||||
|
"malloc/mallocng/*.c",
|
||||||
"mman/*.c",
|
"mman/*.c",
|
||||||
"math/*.c",
|
"math/*.c",
|
||||||
"signal/*.c",
|
"signal/*.c",
|
||||||
|
|||||||
+1
-1
Submodule lib/musl updated: 040c1d16b4...7a43f6fea9
Reference in New Issue
Block a user