Skip to content

Commit 3a433aa

Browse files
committed
---
yaml --- r: 5823 b: refs/heads/master c: ad5014b h: refs/heads/master i: 5821: b11cea7 5819: 6fa8680 5815: b727901 5807: 859eb19 5791: c107450 5759: ee7e938 v: v3
1 parent 6ec173c commit 3a433aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 280bc5633d77b91253b0a0d60c78b9afdbcb59e5
2+
refs/heads/master: ad5014bf4c81fdfd6c382d2f2df1e9f824787dde

trunk/src/comp/back/link.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ fn link_binary(sess: session::session,
582582
gcc_args += ["-lm", main];
583583
}
584584

585-
gcc_args += ["-lrustrt"];
585+
gcc_args += ["-lrustrt", "-lrt"];
586586

587587
gcc_args += rpath::get_rpath_flags(sess, saved_out_filename);
588588

0 commit comments

Comments
 (0)