diff --git a/src/glibc.zig b/src/glibc.zig index ee1b208cdd49aba59ce3c0d2c6dac38f0bbfdb15..e34e12119e9d56bc1f516594532613c1ca828ec6 100644 --- a/src/glibc.zig +++ b/src/glibc.zig @@ -369,6 +369,7 @@ pub fn buildCRTFile(comp: *Compilation, crt_file: CRTFile, prog_node: std.Progre "-fgnu89-inline", "-fmerge-all-constants", "-frounding-math", + "-Wno-unsupported-floating-point-opt", // For targets that don't support -frounding-math. "-fno-stack-protector", "-fno-common", "-fmath-errno",