Skip to content

Commit 80997fa

Browse files
committed
---
yaml --- r: 12468 b: refs/heads/master c: 979a225 h: refs/heads/master v: v3
1 parent 07027db commit 80997fa

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 247db704a97d36fa1bbf27a67295391045e661ac
2+
refs/heads/master: 979a225598e9b4fd51a519c4d7012e8d1659c600
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/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)