From df97c9815e12c550276d8cff939ce993c5d2b783 Mon Sep 17 00:00:00 2001 From: ludwig Date: Wed, 31 Aug 2005 09:03:28 +0000 Subject: add s390, s390x and ia64. It builds, don't know if it runs tough. git-svn-id: svn://svn.icculus.org/quake3/trunk@44 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/game/q_shared.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'code/game') diff --git a/code/game/q_shared.h b/code/game/q_shared.h index c35c911..d16bb1d 100644 --- a/code/game/q_shared.h +++ b/code/game/q_shared.h @@ -260,6 +260,12 @@ static inline float LittleFloat (const float l) { return FloatSwap(&l); } #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 -- cgit v1.2.3