mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-29 16:11:31 +00:00
add s390, s390x and ia64. It builds, don't know if it runs tough.
This commit is contained in:
parent
77eb7e4147
commit
a724f6b04f
4 changed files with 32 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue