mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
add _POWER
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4516 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
dc8b183d28
commit
46917487e3
@ -49,7 +49,7 @@
|
||||
|
||||
// The macros are not named appropriately. We don't care about integer
|
||||
// bit layout, but about floating-point NaN (etc.) bit patterns.
|
||||
#if defined(__sparc) || defined(__sparc__) || defined(__powerpc__) || defined(__ppc__) || defined(__hppa) || defined(_MIPSEB)
|
||||
#if defined(__sparc) || defined(__sparc__) || defined(__powerpc__) || defined(__ppc__) || defined(__hppa) || defined(_MIPSEB) || defined(_POWER)
|
||||
#define BOOST_BIG_ENDIAN
|
||||
#elif defined(__i386__) || defined(__alpha__)
|
||||
#define BOOST_LITTLE_ENDIAN
|
||||
@ -463,6 +463,3 @@ public:
|
||||
// Local Variables:
|
||||
// mode:C++
|
||||
// End:
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user