mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-29 12:40:08 +01:00
Set machine dependent defaults for ppc64
(cherry picked from commit 0733ef2e8a)
This commit is contained in:
parent
e69b9f9ca4
commit
5cfcbd54d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue