Skip to content

Commit de32f9c

Browse files
committed
---
yaml --- r: 3454 b: refs/heads/master c: 47b3e08 h: refs/heads/master v: v3
1 parent e38c59b commit de32f9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 1d05718c2db868263f57587ab0418d2e5dc37890
2+
refs/heads/master: 47b3e087e945a2a8fcfd1179e333746d294c1259

trunk/src/comp/driver/rustc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ fn main(vec[str] args) {
410410
alt (sess.get_targ_cfg().os) {
411411
case (session::os_win32) {
412412
shared_cmd = "-shared";
413-
gcc_args = common_args + ["-lssp"];
413+
gcc_args = common_args;
414414
}
415415
case (session::os_macos) {
416416
shared_cmd = "-dynamiclib";

0 commit comments

Comments
 (0)