mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
link with gcc44+
This commit is contained in:
parent
274fc1b59c
commit
4566578fbd
@ -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…
Reference in New Issue
Block a user