Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround build problem with linking to gcc_eh
Trying to use the llvm clang toolchain, targeting static musl, failed with: ``` /nix/store/fnw7g7s8z6wmaank060jpqppl0hiqbal-x86_64-unknown-linux-musl-binutils-2.38/bin/x86_64-unknown-linux-musl-ld: cannot find -lgcc_eh: No such file or directory clang-11: error: linker command failed with exit code 1 (use -v to see invocation) ``` See NixOS/nixpkgs#177129
- Loading branch information