mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 05:21:27 +03:00
Apparently HPUX runs the IA64 in big-endian mode.
This commit is contained in:
parent
3475fd1178
commit
cb79234307
@ -16,8 +16,9 @@
|
||||
|
||||
#elif defined(__ia64)
|
||||
|
||||
/* HPUX runs IA64 in big-endian mode */
|
||||
#ifndef BYTE_ORDER
|
||||
#define BYTE_ORDER LITTLE_ENDIAN
|
||||
#define BYTE_ORDER BIG_ENDIAN
|
||||
#endif
|
||||
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user