HPPA is big-endian

[SVN r10082]
This commit is contained in:
Jens Maurer
2001-05-09 21:14:35 +00:00
parent 66a206af29
commit 326ca342c6

View File

@ -35,7 +35,7 @@
#include <cfloat>
#include <boost/config.hpp>
#if defined(__sparc) || defined(__sparc__) || defined(__powerpc__)
#if defined(__sparc) || defined(__sparc__) || defined(__powerpc__) || defined(__hppa)
#define BOOST_BIG_ENDIAN
#elif !defined(__i386__)
#error The file boost/detail/limits.hpp needs to be set up for your CPU type.