t-aarch64 (TM_H, [...]): Add aarch64-cores.def.
* config/aarch64/t-aarch64 (TM_H, OPTIONS_H_EXTRA): Add aarch64-cores.def. From-SVN: r196499
This commit is contained in:
parent
a72d87803e
commit
9772c47ab0
2 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2013-03-06 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* config/aarch64/t-aarch64 (TM_H, OPTIONS_H_EXTRA): Add
|
||||
aarch64-cores.def.
|
||||
|
||||
PR middle-end/56548
|
||||
* expr.c (expand_cond_expr_using_cmove): When expanding cmove in
|
||||
promoted mode, convert the result back to the original mode.
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
# along with GCC; see the file COPYING3. If not see
|
||||
# <http://www.gnu.org/licenses/>.
|
||||
|
||||
TM_H += $(srcdir)/config/aarch64/aarch64-cores.def
|
||||
OPTIONS_H_EXTRA += $(srcdir)/config/aarch64/aarch64-cores.def
|
||||
|
||||
$(srcdir)/config/aarch64/aarch64-tune.md: $(srcdir)/config/aarch64/gentune.sh \
|
||||
$(srcdir)/config/aarch64/aarch64-cores.def
|
||||
$(SHELL) $(srcdir)/config/aarch64/gentune.sh \
|
||||
|
|
Loading…
Add table
Reference in a new issue