fix for fix in r35591: sometimes __hppa is on PA-RISC but __hpux isn't

Fixes ticket #3537




[SVN r57048]
This commit is contained in:
Troy D. Straszheim
2009-10-21 18:05:33 +00:00
parent 91672171a6
commit badf2c8a79

View File

@ -50,7 +50,7 @@
# define BOOST_BYTE_ORDER 1234
#elif defined(__sparc) || defined(__sparc__) \
|| defined(_POWER) || defined(__powerpc__) \
|| defined(__ppc__) || defined(__hpux) \
|| defined(__ppc__) || defined(__hpux) || defined(__hppa) \
|| defined(_MIPSEB) || defined(_POWER) \
|| defined(__s390__)
# define BOOST_BIG_ENDIAN