aboutsummaryrefslogtreecommitdiffhomepage
path: root/builder/musl.go
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2022-09-23 14:47:45 +0200
committerRon Evans <[email protected]>2022-10-13 13:38:02 +0200
commite7d02cd51bde3fb46e407a09d0aad297adc6248e (patch)
tree045228a3376b80330788268cc4e12936bf7fa489 /builder/musl.go
parentf136eb6adf2d9c95c2c74d42f1c4cfc4cb52400d (diff)
downloadtinygo-e7d02cd51bde3fb46e407a09d0aad297adc6248e.tar.gz
tinygo-e7d02cd51bde3fb46e407a09d0aad297adc6248e.zip
all: update musl
Diffstat (limited to 'builder/musl.go')
-rw-r--r--builder/musl.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/builder/musl.go b/builder/musl.go
index a1967e377..8d577f664 100644
--- a/builder/musl.go
+++ b/builder/musl.go
@@ -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",