* config/aarch64/aarch64.c (aarch64_override_options): Once arch,
cpu and tune were validated, insert SUBTARGET_OVERRIDE_OPTIONS if
defined.
From-SVN: r267060
+2018-12-12 Olivier Hainque <hainque@adacore.com>
+
+ * config/aarch64/aarch64.c (aarch64_override_options): Once arch,
+ cpu and tune were validated, insert SUBTARGET_OVERRIDE_OPTIONS if
+ defined.
+
2018-12-12 Olivier Hainque <hainque@adacore.com>
* config/aarch64/aarch64.c (PROBE_STACK_FIRST_REG) : Redefine as
if (aarch64_tune_string)
valid_tune = aarch64_validate_mtune (aarch64_tune_string, &selected_tune);
+#ifdef SUBTARGET_OVERRIDE_OPTIONS
+ SUBTARGET_OVERRIDE_OPTIONS;
+#endif
+
/* If the user did not specify a processor, choose the default
one for them. This will be the CPU set during configuration using
--with-cpu, otherwise it is "generic". */