* config/rs6000/aix71.h (TARGET_DEFAULT): Change to ISA_2_5_MASKS_EMBEDDED.
From-SVN: r257944
This commit is contained in:
parent
a26f63a80e
commit
e777155225
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2018-02-23 David Edelsohn <dje.gcc@gmail.com>
|
||||
|
||||
* config/rs6000/aix71.h (TARGET_DEFAULT): Change to
|
||||
ISA_2_5_MASKS_EMBEDDED.
|
||||
|
||||
2018-02-23 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* ipa-prop.c (ipa_vr_ggc_hash_traits::hash): Hash p->min and
|
||||
|
|
|
@ -127,8 +127,12 @@ do { \
|
|||
%{mpe: -I%R/usr/lpp/ppe.poe/include} \
|
||||
%{pthread: -D_THREAD_SAFE}"
|
||||
|
||||
#define RS6000_CPU(NAME, CPU, FLAGS)
|
||||
#include "rs6000-cpus.def"
|
||||
#undef RS6000_CPU
|
||||
|
||||
#undef TARGET_DEFAULT
|
||||
#define TARGET_DEFAULT (MASK_PPC_GPOPT | MASK_PPC_GFXOPT | MASK_MFCRF)
|
||||
#define TARGET_DEFAULT ISA_2_5_MASKS_EMBEDDED
|
||||
|
||||
#undef PROCESSOR_DEFAULT
|
||||
#define PROCESSOR_DEFAULT PROCESSOR_POWER7
|
||||
|
|
Loading…
Add table
Reference in a new issue