config.gcc (e6500): Fix cpu_is_64bit typo.

2015-11-06  Arnout Vandecappelle  <arnout@mind.be>
        * config.gcc (e6500): Fix cpu_is_64bit typo.

From-SVN: r229855
This commit is contained in:
Arnout Vandecappelle 2015-11-06 16:31:52 +01:00 committed by David Edelsohn
parent 55bf45c0f3
commit 75d86b7d38
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2015-11-06 Arnout Vandecappelle <arnout@mind.be>
* config.gcc (e6500): Fix cpu_is_64bit typo.
2015-11-06 Alan Lawrence <alan.lawrence@arm.com>
* tree-sra.c (completely_scalarize): Properly handle negative array

View file

@ -439,7 +439,7 @@ powerpc*-*-*)
cpu_type=rs6000
extra_headers="ppc-asm.h altivec.h spe.h ppu_intrinsics.h paired.h spu2vmx.h vec_types.h si2vmx.h htmintrin.h htmxlintrin.h"
case x$with_cpu in
xpowerpc64|xdefault64|x6[23]0|x970|xG5|xpower[345678]|xpower6x|xrs64a|xcell|xa2|xe500mc64|xe5500|Xe6500)
xpowerpc64|xdefault64|x6[23]0|x970|xG5|xpower[345678]|xpower6x|xrs64a|xcell|xa2|xe500mc64|xe5500|xe6500)
cpu_is_64bit=yes
;;
esac