* config/aarch64/aarch64.c (aarch64_override_options): Once arch,
cpu and tune were validated, insert SUBTARGET_OVERRIDE_OPTIONS if
defined.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267060
138bc75d-0d04-0410-961f-
82ee72b054a4
+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". */