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 31ae4f1 commit 6f4a406Copy full SHA for 6f4a406
src/librustc_back/target/dragonfly_base.rs
@@ -20,8 +20,7 @@ pub fn opts() -> TargetOptions {
20
has_rpath: true,
21
pre_link_args: vec!(
22
"-L/usr/local/lib".to_string(),
23
- "-L/usr/local/lib/gcc47".to_string(),
24
- "-L/usr/local/lib/gcc44".to_string(),
+ "-L/usr/local/lib/gcc48".to_string(),
25
),
26
27
.. Default::default()
0 commit comments