Skip to content

Commit 6fb3ae3

Browse files
committed
---
yaml --- r: 236323 b: refs/heads/master c: abfedb7 h: refs/heads/master i: 236321: 2b7e25b 236319: 6d58690 v: v3
1 parent 4de27b1 commit 6fb3ae3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: af68cdfea1e7a9121122d89d2baa70d64f340d54
2+
refs/heads/master: abfedb7d16fc536e85e271f945195335ca0ba9e0
33
refs/heads/snap-stage3: 1af31d4974e33027a68126fa5a5a3c2c6491824f
44
refs/heads/try: ea3892f76a2180dd4ce724f1dafd9186959702d9
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

trunk/src/librustc_back/target/aarch64_linux_android.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub fn target() -> Target {
1818
arch: "aarch64".to_string(),
1919
target_os: "android".to_string(),
2020
target_env: "".to_string(),
21-
target_vendor: "linux".to_string(),
21+
target_vendor: "unknown".to_string(),
2222
options: super::android_base::opts(),
2323
}
2424
}

trunk/src/librustc_back/target/arm_linux_androideabi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub fn target() -> Target {
2121
arch: "arm".to_string(),
2222
target_os: "android".to_string(),
2323
target_env: "gnu".to_string(),
24-
target_vendor: "linux".to_string(),
24+
target_vendor: "unknown".to_string(),
2525
options: base,
2626
}
2727
}

trunk/src/librustc_back/target/i686_linux_android.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub fn target() -> Target {
2121
arch: "x86".to_string(),
2222
target_os: "android".to_string(),
2323
target_env: "gnu".to_string(),
24-
target_vendor: "linux".to_string(),
24+
target_vendor: "unknown".to_string(),
2525
options: base,
2626
}
2727
}

0 commit comments

Comments
 (0)