From b3d52febb45e1612996a41f78b516b544269c16d Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Fri, 9 Feb 2007 01:13:51 +0000 Subject: [PATCH] PowerPC linux build. --- stepmania/src/libtomcrypt/src/headers/tomcrypt_cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/libtomcrypt/src/headers/tomcrypt_cfg.h b/stepmania/src/libtomcrypt/src/headers/tomcrypt_cfg.h index 518d6b237a..a49477a8ae 100644 --- a/stepmania/src/libtomcrypt/src/headers/tomcrypt_cfg.h +++ b/stepmania/src/libtomcrypt/src/headers/tomcrypt_cfg.h @@ -80,7 +80,7 @@ LTC_EXPORT int LTC_CALL XSTRCMP(const char *s1, const char *s2); #endif /* detect PPC32 */ -#if !defined(__STRICT_ANSI__) && (defined(LTC_PPC32) || defined(__ppc__)) +#if !defined(__STRICT_ANSI__) && (defined(LTC_PPC32) || defined(__ppc__) || defined(__powerpc__)) #if !defined(ENDIAN_BIG) // SM #define ENDIAN_BIG #endif