File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
branches/try/src/rustc/back Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: 247db704a97d36fa1bbf27a67295391045e661ac
5
+ refs/heads/try: 979a225598e9b4fd51a519c4d7012e8d1659c600
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -608,9 +608,6 @@ fn link_binary(sess: session,
608
608
cc_args += [ "-Wl,-install_name,@rpath/"
609
609
+ path:: basename( output) ] ;
610
610
}
611
- } else {
612
- // FIXME: why do we hardcode -lm?
613
- cc_args += [ "-lm" ] ;
614
611
}
615
612
616
613
// Always want the runtime linked in
You can’t perform that action at this time.
0 commit comments