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 07027db commit 80997faCopy full SHA for 80997fa
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 247db704a97d36fa1bbf27a67295391045e661ac
+refs/heads/master: 979a225598e9b4fd51a519c4d7012e8d1659c600
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
trunk/src/rustc/back/link.rs
@@ -608,9 +608,6 @@ fn link_binary(sess: session,
608
cc_args += ["-Wl,-install_name,@rpath/"
609
+ path::basename(output)];
610
}
611
- } else {
612
- // FIXME: why do we hardcode -lm?
613
- cc_args += ["-lm"];
614
615
616
// Always want the runtime linked in
0 commit comments