Minor endian fix
git-svn-id: http://picoc.googlecode.com/svn/trunk@388 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
parent
26c543f326
commit
b737bb5973
|
@ -53,10 +53,9 @@
|
|||
# include <math.h>
|
||||
# define PICOC_MATH_LIBRARY
|
||||
# define NEED_MATH_LIBRARY
|
||||
# undef BIG_ENDIAN
|
||||
# if defined(__powerpc__) || defined(__hppa__)
|
||||
# define BIG_ENDIAN
|
||||
# else
|
||||
# undef BIG_ENDIAN
|
||||
# endif
|
||||
# endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue