mirror of
https://github.com/ziglang/zig.git
synced 2025-12-08 07:13:08 +00:00
update_cpu_features: Don't set trustzone on cortex-m85.
cortex-m85 already has 8msecext, which is not the same as trustzone. The former is for the M profile, while the latter is for the A profile. Revert of a small part of #18498.
This commit is contained in:
parent
dcbd3cbce9
commit
c0561da179
@ -483,7 +483,6 @@ const llvm_targets = [_]LlvmTarget{
|
|||||||
.{
|
.{
|
||||||
.llvm_name = "cortex-m85",
|
.llvm_name = "cortex-m85",
|
||||||
.omit_deps = &.{ "mve_fp", "pacbti", "fp_armv8d16" },
|
.omit_deps = &.{ "mve_fp", "pacbti", "fp_armv8d16" },
|
||||||
.extra_deps = &.{"trustzone"},
|
|
||||||
},
|
},
|
||||||
.{
|
.{
|
||||||
.llvm_name = "cortex-x1c",
|
.llvm_name = "cortex-x1c",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user