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.
2 parents 8115b39 + 1fac7f8 commit 24e54aeCopy full SHA for 24e54ae
src/librustc_back/target/dragonfly_base.rs
@@ -19,8 +19,6 @@ pub fn opts() -> TargetOptions {
19
linker_is_gnu: true,
20
has_rpath: true,
21
pre_link_args: vec!(
22
- "-L/usr/local/lib".to_string(),
23
- "-L/usr/lib/gcc47".to_string(),
24
// GNU-style linkers will use this to omit linking to libraries
25
// which don't actually fulfill any relocations, but only for
26
// libraries which follow this flag. Thus, use it before
0 commit comments