Skip to content

Commit 6f4a406

Browse files
committed
DragonFly 4.0 linker path changed to lib/gcc48
1 parent 31ae4f1 commit 6f4a406

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/librustc_back/target/dragonfly_base.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ pub fn opts() -> TargetOptions {
2020
has_rpath: true,
2121
pre_link_args: vec!(
2222
"-L/usr/local/lib".to_string(),
23-
"-L/usr/local/lib/gcc47".to_string(),
24-
"-L/usr/local/lib/gcc44".to_string(),
23+
"-L/usr/local/lib/gcc48".to_string(),
2524
),
2625

2726
.. Default::default()

0 commit comments

Comments
 (0)