File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
trunk/src/librustc_back/target Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: af68cdfea1e7a9121122d89d2baa70d64f340d54
2
+ refs/heads/master: abfedb7d16fc536e85e271f945195335ca0ba9e0
3
3
refs/heads/snap-stage3: 1af31d4974e33027a68126fa5a5a3c2c6491824f
4
4
refs/heads/try: ea3892f76a2180dd4ce724f1dafd9186959702d9
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pub fn target() -> Target {
18
18
arch : "aarch64" . to_string ( ) ,
19
19
target_os : "android" . to_string ( ) ,
20
20
target_env : "" . to_string ( ) ,
21
- target_vendor : "linux " . to_string ( ) ,
21
+ target_vendor : "unknown " . to_string ( ) ,
22
22
options : super :: android_base:: opts ( ) ,
23
23
}
24
24
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ pub fn target() -> Target {
21
21
arch : "arm" . to_string ( ) ,
22
22
target_os : "android" . to_string ( ) ,
23
23
target_env : "gnu" . to_string ( ) ,
24
- target_vendor : "linux " . to_string ( ) ,
24
+ target_vendor : "unknown " . to_string ( ) ,
25
25
options : base,
26
26
}
27
27
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ pub fn target() -> Target {
21
21
arch : "x86" . to_string ( ) ,
22
22
target_os : "android" . to_string ( ) ,
23
23
target_env : "gnu" . to_string ( ) ,
24
- target_vendor : "linux " . to_string ( ) ,
24
+ target_vendor : "unknown " . to_string ( ) ,
25
25
options : base,
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments