config.gcc (e6500): Fix cpu_is_64bit typo.
authorArnout Vandecappelle <arnout@mind.be>
Fri, 6 Nov 2015 15:31:52 +0000 (16:31 +0100)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 6 Nov 2015 15:31:52 +0000 (10:31 -0500)
2015-11-06  Arnout Vandecappelle  <arnout@mind.be>
        * config.gcc (e6500): Fix cpu_is_64bit typo.

From-SVN: r229855

gcc/ChangeLog
gcc/config.gcc

index 219b6c95409a84f164187c27786b77f36d7daffc..772e90a0e22c8cdb1196697d083e62dbd83549f1 100644 (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
index 4a7cbd20503903a1f0ce250e1592c14a3ae2e316..9cc765e2bc1a23fa136bfc1374a1dc21f8f35712 100644 (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