added powerpc to the big endian family

[SVN r9774]
This commit is contained in:
Jeremy Siek
2001-04-13 01:04:04 +00:00
parent 3bccc557e2
commit b383e88c74

View File

@ -20,6 +20,8 @@
/* /*
* Revision history: * Revision history:
* 13 Apr 2001:
* Added powerpc to the big endian family. (Jeremy Siek)
* 5 Apr 2001: * 5 Apr 2001:
* Added sparc (big endian) processor support (John Maddock). * Added sparc (big endian) processor support (John Maddock).
* Initial sub: * Initial sub:
@ -33,7 +35,7 @@
#include <cfloat> #include <cfloat>
#include <boost/config.hpp> #include <boost/config.hpp>
#if defined(__sparc) || defined(__sparc__) #if defined(__sparc) || defined(__sparc__) || defined(__powerpc__)
#define BOOST_BIG_ENDIAN #define BOOST_BIG_ENDIAN
#elif !defined(__i386__) #elif !defined(__i386__)
#error This file is not correctly set up for your cpu type. #error This file is not correctly set up for your cpu type.