add cortex cpus

This commit is contained in:
Tony Aiuto 2022-11-08 23:33:58 -05:00
parent f0f4da7036
commit b04f8d3adc
1 changed files with 11 additions and 0 deletions

View File

@ -59,6 +59,7 @@ constraint_value(
constraint_value(
name = "armv8-r",
constraint_setting = ":cpu",
deprecation = "Do not use. Use a specific cpu product",
)
constraint_value(
@ -86,6 +87,16 @@ constraint_value(
constraint_setting = ":cpu",
)
constraint_value(
name = "cortex-r52",
constraint_setting = ":cpu",
)
constraint_value(
name = "cortex-r82",
constraint_setting = ":cpu",
)
constraint_value(
name = "i386",
constraint_setting = ":cpu",