all: update musl

This commit is contained in:
Ayke van Laethem
2022-09-23 14:47:45 +02:00
committed by Ron Evans
parent f136eb6adf
commit e7d02cd51b
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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",