We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02eb19c commit 20a4166Copy full SHA for 20a4166
llvm-clang.patch
@@ -28,17 +28,3 @@
28
cfg.compile("unwind");
29
}
30
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