There's also the issue that libgcc_s is missing the function LLVM will generate for 64-bit overflow checked multiplication on most architectures. It's there on x86_64, but on x86 you'll need a `clang` set up to use `compiler-rt`.
It's hilarious that `gcc` is totally broken though... _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
