Skip to content
Snippets Groups Projects
Verified Commit 57cf5eab authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add gcc link when using crt-static

parent 427644ea
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
extern {} extern {}
#[cfg(target_os = "redox")] #[cfg(target_os = "redox")]
#[link(name = "gcc", kind = "static-nobundle", cfg(target_feature = "crt-static"))]
#[link(name = "gcc_eh", kind = "static-nobundle", cfg(target_feature = "crt-static"))] #[link(name = "gcc_eh", kind = "static-nobundle", cfg(target_feature = "crt-static"))]
#[link(name = "gcc_s", cfg(not(target_feature = "crt-static")))] #[link(name = "gcc_s", cfg(not(target_feature = "crt-static")))]
extern {} extern {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment