mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-15 23:10:39 +01:00
Set machine dependent defaults for ppc64
(cherry picked from commit 0733ef2e8a)
This commit is contained in:
parent
f7b8efa23d
commit
a0a4cbf1b5
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ SOFTWARE.
|
|||
|
||||
#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