summaryrefslogtreecommitdiff
blob: d3c53799ddd141b398f4b13e352772261d700b89 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- stlport/stl/_config.h.orig	2007-02-13 20:38:46.000000000 +0100
+++ stlport/stl/_config.h	2007-02-13 20:42:55.000000000 +0100
@@ -162,7 +162,7 @@
 
 #if !defined (_STLP_BIG_ENDIAN) && ! defined (_STLP_LITTLE_ENDIAN)
 #  if defined (_MIPSEB) || defined (__sparc) || defined (_AIX) || \
-      defined (__hpux) || defined (macintosh) || defined (_MAC)
+      defined (__hpux) || defined (macintosh) || defined (_MAC) || defined (__ppc__)
 #    define _STLP_BIG_ENDIAN 1
 #  elif defined (__i386) || defined (_M_IX86) || defined (_M_ARM) || \
         defined (__amd64__) || defined (_M_AMD64) || defined (__x86_64__) || \