link with gcc44+
This commit is contained in:
parent
274fc1b59c
commit
4566578fbd
1 changed files with 3 additions and 1 deletions
|
|
@ -663,7 +663,9 @@ fn link_binary(sess: session::session,
|
|||
gcc_args += ["-lrt", "-L/usr/local/lib", "-lexecinfo",
|
||||
"-L/usr/local/lib/gcc46",
|
||||
"-L/usr/local/lib/gcc44", "-lstdc++",
|
||||
"-Wl,-z,origin"];
|
||||
"-Wl,-z,origin",
|
||||
"-Wl,-rpath,/usr/local/lib/gcc46",
|
||||
"-Wl,-rpath,/usr/local/lib/gcc44"];
|
||||
}
|
||||
|
||||
// OS X 10.6 introduced 'compact unwind info', which is produced by the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue