diff options
Diffstat (limited to 'gcc/config/arm/arm-tables.opt')
-rw-r--r-- | gcc/config/arm/arm-tables.opt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/arm/arm-tables.opt b/gcc/config/arm/arm-tables.opt index 05f5c08..8637933 100644 --- a/gcc/config/arm/arm-tables.opt +++ b/gcc/config/arm/arm-tables.opt @@ -247,6 +247,9 @@ EnumValue Enum(processor_type) String(cortex-a78ae) Value( TARGET_CPU_cortexa78ae) EnumValue +Enum(processor_type) String(cortex-a78c) Value( TARGET_CPU_cortexa78c) + +EnumValue Enum(processor_type) String(cortex-x1) Value( TARGET_CPU_cortexx1) EnumValue |