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 4a7aaa8 commit ec16ad9Copy full SHA for ec16ad9
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 274fc1b59c18596d95564d835d8aae9b429d462d
+refs/heads/master: 4566578fbd963da8399b012c6206f2095d1c3595
trunk/src/comp/back/link.rs
@@ -663,7 +663,9 @@ fn link_binary(sess: session::session,
663
gcc_args += ["-lrt", "-L/usr/local/lib", "-lexecinfo",
664
"-L/usr/local/lib/gcc46",
665
"-L/usr/local/lib/gcc44", "-lstdc++",
666
- "-Wl,-z,origin"];
+ "-Wl,-z,origin",
667
+ "-Wl,-rpath,/usr/local/lib/gcc46",
668
+ "-Wl,-rpath,/usr/local/lib/gcc44"];
669
}
670
671
// OS X 10.6 introduced 'compact unwind info', which is produced by the
0 commit comments