From 09b2af4d16b5b98d26ccdb6e200a8166d52225d1 Mon Sep 17 00:00:00 2001 From: "zik.saleeba" Date: Sat, 7 Nov 2009 18:49:52 +0000 Subject: [PATCH] Added SPARC endian checks git-svn-id: http://picoc.googlecode.com/svn/trunk@389 21eae674-98b7-11dd-bd71-f92a316d2d60 --- platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.h b/platform.h index 3a56197..9fa1eb9 100644 --- a/platform.h +++ b/platform.h @@ -54,7 +54,7 @@ # define PICOC_MATH_LIBRARY # define NEED_MATH_LIBRARY # undef BIG_ENDIAN -# if defined(__powerpc__) || defined(__hppa__) +# if defined(__powerpc__) || defined(__hppa__) || defined(__sparc__) # define BIG_ENDIAN # endif # endif