mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-12 00:24:03 +00:00
Add -lssp on windows in attempt to put out tinderbox; no idea why ssp seems required on mingw.
This commit is contained in:
parent
7bb6733f2c
commit
814beaafdf
@ -407,7 +407,7 @@ fn main(vec[str] args) {
|
||||
alt (sess.get_targ_cfg().os) {
|
||||
case (session::os_win32) {
|
||||
shared_cmd = "-shared";
|
||||
gcc_args = common_args + ["-march=i686", "-O2"];
|
||||
gcc_args = common_args + ["-march=i686", "-O2", "-lssp"];
|
||||
}
|
||||
case (session::os_macos) {
|
||||
shared_cmd = "-dynamiclib";
|
||||
|
Loading…
Reference in New Issue
Block a user