Skip to content

Commit ec16ad9

Browse files
crabtwbrson
authored andcommitted
---
yaml --- r: 6987 b: refs/heads/master c: 4566578 h: refs/heads/master i: 6985: 4500c17 6983: fed5c26 v: v3
1 parent 4a7aaa8 commit ec16ad9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 274fc1b59c18596d95564d835d8aae9b429d462d
2+
refs/heads/master: 4566578fbd963da8399b012c6206f2095d1c3595

trunk/src/comp/back/link.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,9 @@ fn link_binary(sess: session::session,
663663
gcc_args += ["-lrt", "-L/usr/local/lib", "-lexecinfo",
664664
"-L/usr/local/lib/gcc46",
665665
"-L/usr/local/lib/gcc44", "-lstdc++",
666-
"-Wl,-z,origin"];
666+
"-Wl,-z,origin",
667+
"-Wl,-rpath,/usr/local/lib/gcc46",
668+
"-Wl,-rpath,/usr/local/lib/gcc44"];
667669
}
668670

669671
// OS X 10.6 introduced 'compact unwind info', which is produced by the

0 commit comments

Comments
 (0)