mirror of https://github.com/bazelbuild/platforms
Add Corted-R52, PPC32 cpus and trusty, asylo oses.
This commit is contained in:
parent
d9296d956d
commit
91e04af626
11
cpu/BUILD
11
cpu/BUILD
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue