Added SPARC endian checks
git-svn-id: http://picoc.googlecode.com/svn/trunk@389 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
parent
b737bb5973
commit
09b2af4d16
|
@ -54,7 +54,7 @@
|
||||||
# define PICOC_MATH_LIBRARY
|
# define PICOC_MATH_LIBRARY
|
||||||
# define NEED_MATH_LIBRARY
|
# define NEED_MATH_LIBRARY
|
||||||
# undef BIG_ENDIAN
|
# undef BIG_ENDIAN
|
||||||
# if defined(__powerpc__) || defined(__hppa__)
|
# if defined(__powerpc__) || defined(__hppa__) || defined(__sparc__)
|
||||||
# define BIG_ENDIAN
|
# define BIG_ENDIAN
|
||||||
# endif
|
# endif
|
||||||
# endif
|
# endif
|
||||||
|
|
Loading…
Reference in a new issue