Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lang/rust: Disable static linking against libstdc++
- According to the PR below and due to some llvm-tools and bootstrap untangling, the default was made to link statically against libstdc++, although it can be opted-out: rust-lang/rust#94832 - Our static libstdc++ is not compiled with -fPIC apparently (dunno why) so it's not possible to do the static linking against it when other libraries are compiled with -fPIC. There is probably more to it though. Pointed-out-by: jynelson (rust's discord)
- Loading branch information