We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df96687 commit 8c36f2eCopy full SHA for 8c36f2e
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 9d7fc21967fd3719bc95d4c7d063cd0b04d1a921
+refs/heads/master: 9e3b096d98905062addbdef68a0838e6ef83bb21
trunk/src/comp/back/x86.rs
@@ -353,7 +353,7 @@ fn get_target_triple() -> str {
353
if (_str.eq(target_os(), "win32")) {
354
ret "i686-pc-mingw32";
355
}
356
- ret "i686-pc-linux-gnu";
+ ret "i686-unknown-linux-gnu";
357
358
359
0 commit comments