mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Apparently HPUX runs the IA64 in big-endian mode.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user