Skip to content

Commit f372c14

Browse files
committed
---
yaml --- r: 15474 b: refs/heads/try c: 979a225 h: refs/heads/master v: v3
1 parent e7cf5dc commit f372c14

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 247db704a97d36fa1bbf27a67295391045e661ac
5+
refs/heads/try: 979a225598e9b4fd51a519c4d7012e8d1659c600
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rustc/back/link.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -608,9 +608,6 @@ fn link_binary(sess: session,
608608
cc_args += ["-Wl,-install_name,@rpath/"
609609
+ path::basename(output)];
610610
}
611-
} else {
612-
// FIXME: why do we hardcode -lm?
613-
cc_args += ["-lm"];
614611
}
615612

616613
// Always want the runtime linked in

0 commit comments

Comments
 (0)