提交 cb792343 编写于 作者: T Tom Lane

Apparently HPUX runs the IA64 in big-endian mode.

上级 3475fd11
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册