Open antoyo opened 1 year ago
https://github.com/rust-lang/rustc_codegen_gcc/blob/f3b82df8f8f59238bf9ba9aafa4896e8a72c888e/src/attributes.rs#L104-L106
Maybe -msoft-float -mno-fp-ret-in-387 would work? I don't know if the latter option has any effect on x86_64 though.
-msoft-float -mno-fp-ret-in-387
https://github.com/rust-lang/rustc_codegen_gcc/blob/f3b82df8f8f59238bf9ba9aafa4896e8a72c888e/src/attributes.rs#L104-L106