From 2b01ccd57d0357b5253d44c88f2c2e190cb75527 Mon Sep 17 00:00:00 2001 From: Todd A Ouska Date: Tue, 12 Jul 2011 21:30:24 -0700 Subject: [PATCH] GAMER big endian check --- ctaocrypt/include/ctc_settings.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ctaocrypt/include/ctc_settings.h b/ctaocrypt/include/ctc_settings.h index fb1889261..9ea9e4b1e 100644 --- a/ctaocrypt/include/ctc_settings.h +++ b/ctaocrypt/include/ctc_settings.h @@ -86,6 +86,9 @@ #ifdef CYASSL_GAME_BUILD #define SIZEOF_LONG_LONG 8 + #if defined(__PPU) || defined(__XENON) + #define BIG_ENDIAN_ORDER + #endif #endif #ifdef MICRIUM