Set machine dependent defaults for ppc64

(cherry picked from commit 0733ef2e8a)
This commit is contained in:
Jeremy Huddleston 2008-07-02 00:47:08 -07:00
parent e69b9f9ca4
commit 5cfcbd54d9

View File

@ -110,7 +110,7 @@ SOFTWARE.
/* byte boundries */
#endif /* hpux || __hppa__ */
#if defined(__powerpc__) || defined(__ppc__)
#if defined(__powerpc__) || defined(__ppc__) || defined(__ppc64__)
#define IMAGE_BYTE_ORDER MSBFirst
#define BITMAP_BIT_ORDER MSBFirst