Merge pull request #51 from comius/extend-cpus-and-oses

Add Cortex-R52, PPC32 cpus
This commit is contained in:
aiuto 2022-11-04 13:05:11 -04:00 committed by GitHub
commit f0f4da7036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 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",