Skip to content

Commit 6b1bdac

Browse files
authored
Rollup merge of rust-lang#149139 - 12101111:ohos-host-tools, r=nnethercote
Enable host tools for aarch64-unknown-linux-ohos ![7dd6b50e474ee5fd14fd0bffda522874](https://github.com/user-attachments/assets/9b718630-a8a8-426c-ab54-5d767d605091)
2 parents 21b6ac4 + 1e14a5d commit 6b1bdac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/targets/aarch64_unknown_linux_ohos.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub(crate) fn target() -> Target {
1111
metadata: TargetMetadata {
1212
description: Some("ARM64 OpenHarmony".into()),
1313
tier: Some(2),
14-
host_tools: Some(false),
14+
host_tools: Some(true),
1515
std: Some(true),
1616
},
1717
pointer_width: 64,

0 commit comments

Comments
 (0)