Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cb79234

Browse files
committed
Apparently HPUX runs the IA64 in big-endian mode.
1 parent 3475fd1 commit cb79234

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/port/hpux.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616

1717
#elif defined(__ia64)
1818

19+
/* HPUX runs IA64 in big-endian mode */
1920
#ifndef BYTE_ORDER
20-
#define BYTE_ORDER LITTLE_ENDIAN
21+
#define BYTE_ORDER BIG_ENDIAN
2122
#endif
2223

2324
#else

0 commit comments

Comments
 (0)