mirror of
https://github.com/boostorg/predef.git
synced 2025-07-29 19:47:12 +02:00
Fix for HP-UX on Itanium.
[SVN r35591]
This commit is contained in:
committed by
Peter Dimov
parent
1a594321aa
commit
4009514a0d
@ -39,7 +39,7 @@
|
||||
# define BOOST_BYTE_ORDER __BYTE_ORDER
|
||||
#elif defined(__sparc) || defined(__sparc__) \
|
||||
|| defined(_POWER) || defined(__powerpc__) \
|
||||
|| defined(__ppc__) || defined(__hppa) \
|
||||
|| defined(__ppc__) || defined(__hpux) \
|
||||
|| defined(_MIPSEB) || defined(_POWER) \
|
||||
|| defined(__s390__)
|
||||
# define BOOST_BIG_ENDIAN
|
||||
|
Reference in New Issue
Block a user