1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-19 12:28:51 +00:00
nixpkgs/pkgs/development/compilers/llvm
Holger Wünsche 6948875e73
llvmPackages_11.compiler-rt: enable support for i486 i586 i686
compiler-rt (and as a result clang) can't be build for i686 (as noticed here: #99984).
The patch adds the required variables and should result in the same behavior as in the nixpkgs-llvm10. It essentially forces to use i386 buildins when using i486, i586 or i686, which are not supported.

Fixes #100392
2020-10-16 14:35:22 +02:00
..
5
6
7
8
9
10 Merge pull request #85925 from andir/llvm-cfi 2020-10-11 14:36:30 +02:00
11 llvmPackages_11.compiler-rt: enable support for i486 i586 i686 2020-10-16 14:35:22 +02:00
rocm
aarch64.patch
libcxx-0001-musl-hacks.patch
multi.nix
TLI-musl.patch