llvm4: always apply fix, improve compat, fix w/musl
This commit is contained in:
parent
b281cb20d5
commit
5bf5e6eebf
@ -65,7 +65,7 @@ in stdenv.mkDerivation (rec {
|
||||
substitute '${./llvm-outputs.patch}' ./llvm-outputs.patch --subst-var lib
|
||||
patch -p1 < ./llvm-outputs.patch
|
||||
''
|
||||
+ stdenv.lib.optionalString (stdenv ? glibc) ''
|
||||
+ ''
|
||||
(
|
||||
cd projects/compiler-rt
|
||||
patch -p1 < ${
|
||||
|
Loading…
Reference in New Issue
Block a user