about summary refs log tree commit diff
path: root/pkgs/development/compilers/llvm/10/compiler-rt.nix
diff options
context:
space:
mode:
authorAndrew Childs <lorne@cons.org.nz>2020-05-10 03:50:19 +0900
committerAndrew Childs <lorne@cons.org.nz>2020-05-10 03:50:38 +0900
commitd91d2bdf77d4db115ce6a7acaf622100d7225668 (patch)
treea21d4e12f702363084ed1bc37a5478221e26fb90 /pkgs/development/compilers/llvm/10/compiler-rt.nix
parent8325e0db1161507b2bffe629547dc3aac3526b5b (diff)
downloadnixlib-d91d2bdf77d4db115ce6a7acaf622100d7225668.tar
nixlib-d91d2bdf77d4db115ce6a7acaf622100d7225668.tar.gz
nixlib-d91d2bdf77d4db115ce6a7acaf622100d7225668.tar.bz2
nixlib-d91d2bdf77d4db115ce6a7acaf622100d7225668.tar.lz
nixlib-d91d2bdf77d4db115ce6a7acaf622100d7225668.tar.xz
nixlib-d91d2bdf77d4db115ce6a7acaf622100d7225668.tar.zst
nixlib-d91d2bdf77d4db115ce6a7acaf622100d7225668.zip
compiler-rt: fix build on armv7l
Diffstat (limited to 'pkgs/development/compilers/llvm/10/compiler-rt.nix')
-rw-r--r--pkgs/development/compilers/llvm/10/compiler-rt.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/compilers/llvm/10/compiler-rt.nix b/pkgs/development/compilers/llvm/10/compiler-rt.nix
index c0ea436ae275..dbcbc495460f 100644
--- a/pkgs/development/compilers/llvm/10/compiler-rt.nix
+++ b/pkgs/development/compilers/llvm/10/compiler-rt.nix
@@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
   patches = [
     ./compiler-rt-codesign.patch # Revert compiler-rt commit that makes codesign mandatory
     ./find-darwin-sdk-version.patch # don't test for macOS being >= 10.15
+    ./compiler-rt-armv7l.patch
   ];# ++ stdenv.lib.optional stdenv.hostPlatform.isMusl ./sanitizers-nongnu.patch
 
   # TSAN requires XPC on Darwin, which we have no public/free source files for. We can depend on the Apple frameworks