Add Corted-R52, PPC32 cpus and trusty, asylo oses.

This commit is contained in:
Ivo List 2022-11-02 17:29:06 +01:00
parent d9296d956d
commit 91e04af626
2 changed files with 22 additions and 0 deletions

View File

@ -55,6 +55,12 @@ constraint_value(
constraint_setting = ":cpu",
)
# Cortex-R52
constraint_value(
name = "armv8-r",
constraint_setting = ":cpu",
)
constraint_value(
name = "arm64_32",
constraint_setting = ":cpu",
@ -90,6 +96,11 @@ constraint_value(
constraint_setting = ":cpu",
)
constraint_value(
name = "ppc32",
constraint_setting = ":cpu",
)
constraint_value(
name = "s390x",
constraint_setting = ":cpu",

View File

@ -111,3 +111,14 @@ constraint_value(
name = "chromiumos",
constraint_setting = ":os",
)
constraint_value(
name = "trusty",
constraint_setting = ":os",
)
constraint_value(
name = "asylo",
constraint_setting = ":os",
)