Skip to content

Commit

Permalink
Merge pull request #474 from stilor/unbreak-gcc-4.9.3
Browse files Browse the repository at this point in the history
Unbreak 4.9.3.
  • Loading branch information
stilor committed Nov 14, 2016
2 parents 8fbe000 + 760dcf2 commit 51b7d69
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,8 +16,8 @@ index 4a7cbd2..9cc765e 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -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"
need_64bit_hwint=yes
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)
Expand Down

0 comments on commit 51b7d69

Please sign in to comment.