| ... | @@ -369,6 +369,7 @@ pub fn buildCRTFile(comp: *Compilation, crt_file: CRTFile, prog_node: std.Progre | ... | @@ -369,6 +369,7 @@ pub fn buildCRTFile(comp: *Compilation, crt_file: CRTFile, prog_node: std.Progre |
| 369 | "-fgnu89-inline", | 369 | "-fgnu89-inline", |
| 370 | "-fmerge-all-constants", | 370 | "-fmerge-all-constants", |
| 371 | "-frounding-math", | 371 | "-frounding-math", |
| | 372 | "-Wno-unsupported-floating-point-opt", // For targets that don't support -frounding-math. |
| 372 | "-fno-stack-protector", | 373 | "-fno-stack-protector", |
| 373 | "-fno-common", | 374 | "-fno-common", |
| 374 | "-fmath-errno", | 375 | "-fmath-errno", |