llvm_39: unconditionally apply sigaltstack fix
(as we do on other LLVM builds)
This commit is contained in:
parent
96cfd14fd2
commit
04fb628780
@ -94,7 +94,7 @@ in stdenv.mkDerivation rec {
|
|||||||
substitute '${./llvm-outputs.patch}' ./llvm-outputs.patch --subst-var lib
|
substitute '${./llvm-outputs.patch}' ./llvm-outputs.patch --subst-var lib
|
||||||
patch -p1 < ./llvm-outputs.patch
|
patch -p1 < ./llvm-outputs.patch
|
||||||
''
|
''
|
||||||
+ stdenv.lib.optionalString (stdenv ? glibc) ''
|
+ ''
|
||||||
(
|
(
|
||||||
cd projects/compiler-rt
|
cd projects/compiler-rt
|
||||||
patch -p1 < ${
|
patch -p1 < ${
|
||||||
|
Loading…
Reference in New Issue
Block a user