Skip to content

Commit

Permalink
DragonFly 4.0 linker path changed to lib/gcc48
Browse files Browse the repository at this point in the history
  • Loading branch information
mneumann committed Dec 15, 2014
1 parent 31ae4f1 commit 6f4a406
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/librustc_back/target/dragonfly_base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ pub fn opts() -> TargetOptions {
has_rpath: true,
pre_link_args: vec!(
"-L/usr/local/lib".to_string(),
"-L/usr/local/lib/gcc47".to_string(),
"-L/usr/local/lib/gcc44".to_string(),
"-L/usr/local/lib/gcc48".to_string(),
),

.. Default::default()
Expand Down

0 comments on commit 6f4a406

Please sign in to comment.