Skip to content

Commit 8c36f2e

Browse files
committed
---
yaml --- r: 2396 b: refs/heads/master c: 9e3b096 h: refs/heads/master v: v3
1 parent df96687 commit 8c36f2e

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: 9d7fc21967fd3719bc95d4c7d063cd0b04d1a921
2+
refs/heads/master: 9e3b096d98905062addbdef68a0838e6ef83bb21

trunk/src/comp/back/x86.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ fn get_target_triple() -> str {
353353
if (_str.eq(target_os(), "win32")) {
354354
ret "i686-pc-mingw32";
355355
}
356-
ret "i686-pc-linux-gnu";
356+
ret "i686-unknown-linux-gnu";
357357
}
358358

359359

0 commit comments

Comments
 (0)