Skip to content

Commit eeb37dc

Browse files
committed
---
yaml --- r: 236569 b: refs/heads/tmp c: abfedb7 h: refs/heads/master i: 236567: 12989c3 v: v3
1 parent bd1ad28 commit eeb37dc

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
@@ -25,7 +25,7 @@ refs/tags/0.11.0: e1247cb1d0d681be034adb4b558b5a0c0d5720f9
2525
refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
2626
refs/heads/beta: d2e13e822a73e0ea46ae9e21afdd3155fc997f6d
2727
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
28-
refs/heads/tmp: af68cdfea1e7a9121122d89d2baa70d64f340d54
28+
refs/heads/tmp: abfedb7d16fc536e85e271f945195335ca0ba9e0
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: f859507de8c410b648d934d8f5ec1c52daac971d
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828

branches/tmp/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
}

branches/tmp/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
}

branches/tmp/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)