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 1404e24 commit 960d193Copy full SHA for 960d193
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 31764a98ffb33adc99b30482c2b70ee076bc0adb
+refs/heads/master: b5ad86f98a64e2a2990b5313af62ab3f97b51125
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
5
refs/heads/try: 1864973ae17213c5a58c4dd3f9af6d1b6c7d2e05
trunk/src/librustc_back/target/freebsd_base.rs
@@ -18,11 +18,6 @@ pub fn opts() -> TargetOptions {
18
executables: true,
19
morestack: true,
20
has_rpath: true,
21
- pre_link_args: vec!(
22
- "-L/usr/local/lib".to_string(),
23
- "-L/usr/local/lib/gcc46".to_string(),
24
- "-L/usr/local/lib/gcc44".to_string(),
25
- ),
26
27
.. Default::default()
28
}
0 commit comments