Skip to content

Commit 20a4166

Browse files
committed
llvm-clang: update patch
1 parent 02eb19c commit 20a4166

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

llvm-clang.patch

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,3 @@
2828
cfg.compile("unwind");
2929
}
3030
}
31-
--- rustc-1.41.0-src/src/librustc_target/spec/linux_musl_base.rs.orig
32-
+++ rustc-1.41.0-src/src/librustc_target/spec/linux_musl_base.rs
33-
@@ -24,9 +24,10 @@
34-
base.pre_link_objects_exe_crt.push("crt1.o".to_string());
35-
base.pre_link_objects_exe_crt.push("crti.o".to_string());
36-
base.post_link_objects_crt.push("crtn.o".to_string());
37-
+ base.post_link_objects_crt.push("-lunwind".to_string());
38-
39-
// These targets statically link libc by default
40-
- base.crt_static_default = true;
41-
+ base.crt_static_default = false;
42-
// These targets allow the user to choose between static and dynamic linking.
43-
base.crt_static_respected = true;
44-

0 commit comments

Comments
 (0)