Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 Index: gfx/skia/include/core/SkPreConfig.h
2 ===================================================================
3 --- gfx/skia/include/core/SkPreConfig.h (revision 6724)
4 +++ gfx/skia/include/core/SkPreConfig.h (working copy)
5 @@ -94,7 +94,8 @@
6 //////////////////////////////////////////////////////////////////////
8 #if !defined(SK_CPU_BENDIAN) && !defined(SK_CPU_LENDIAN)
9 - #if defined (__ppc__) || defined(__ppc64__)
10 + #if defined (__ppc__) || defined(__PPC__) || defined(__ppc64__) \
11 + || defined(__PPC64__)
12 #define SK_CPU_BENDIAN
13 #else
14 #define SK_CPU_LENDIAN