mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08: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…
Reference in New Issue
Block a user