rustc: Don't hardcode -lm
It does not appear to serve a purpose
This commit is contained in:
parent
247db704a9
commit
979a225598
1 changed files with 0 additions and 3 deletions
|
@ -608,9 +608,6 @@ fn link_binary(sess: session,
|
||||||
cc_args += ["-Wl,-install_name,@rpath/"
|
cc_args += ["-Wl,-install_name,@rpath/"
|
||||||
+ path::basename(output)];
|
+ path::basename(output)];
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
// FIXME: why do we hardcode -lm?
|
|
||||||
cc_args += ["-lm"];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Always want the runtime linked in
|
// Always want the runtime linked in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue