prepare for ppc support

This commit is contained in:
Ludwig Nussel 2005-08-28 17:24:58 +00:00
parent a8bff00f78
commit eccd796b50
3 changed files with 28 additions and 14 deletions

View file

@ -202,6 +202,10 @@ void Sys_PumpEvents( void );
#define CPUSTRING "linux-alpha"
#elif defined __x86_64__
#define CPUSTRING "linux-x86_64"
#elif defined __powerpc64__
#define CPUSTRING "linux-ppc64"
#elif defined __powerpc__
#define CPUSTRING "linux-ppc"
#else
#define CPUSTRING "linux-other"
#endif