Set machine dependent defaults for ppc64
(cherry picked from commit 0733ef2e8abda99cfd62966e73017949e9cd507f)
This commit is contained in:
parent
e69b9f9ca4
commit
5cfcbd54d9
|
@ -110,7 +110,7 @@ SOFTWARE.
|
||||||
/* byte boundries */
|
/* byte boundries */
|
||||||
#endif /* hpux || __hppa__ */
|
#endif /* hpux || __hppa__ */
|
||||||
|
|
||||||
#if defined(__powerpc__) || defined(__ppc__)
|
#if defined(__powerpc__) || defined(__ppc__) || defined(__ppc64__)
|
||||||
|
|
||||||
#define IMAGE_BYTE_ORDER MSBFirst
|
#define IMAGE_BYTE_ORDER MSBFirst
|
||||||
#define BITMAP_BIT_ORDER MSBFirst
|
#define BITMAP_BIT_ORDER MSBFirst
|
||||||
|
|
Loading…
Reference in New Issue