add s390, s390x and ia64. It builds, don't know if it runs tough.

This commit is contained in:
Ludwig Nussel 2005-08-31 09:03:28 +00:00
parent 77eb7e4147
commit a724f6b04f
4 changed files with 32 additions and 0 deletions

View file

@ -206,6 +206,12 @@ void Sys_PumpEvents( void );
#define CPUSTRING "linux-ppc64"
#elif defined __powerpc__
#define CPUSTRING "linux-ppc"
#elif defined __s390__
#define CPUSTRING "linux-s390"
#elif defined __s390x__
#define CPUSTRING "linux-s390x"
#elif defined __ia64__
#define CPUSTRING "linux-ia64"
#else
#define CPUSTRING "linux-other"
#endif