mirror of
https://github.com/yquake2/xatrix.git
synced 2025-02-24 04:41:58 +00:00
Added sparc64 support to the ARCH string of savegame.c
This commit is contained in:
parent
3ef341a21a
commit
b0d33ae5ad
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,8 @@
|
||||||
#define ARCH "amd64"
|
#define ARCH "amd64"
|
||||||
#elif defined(__ia64__)
|
#elif defined(__ia64__)
|
||||||
#define ARCH "ia64"
|
#define ARCH "ia64"
|
||||||
|
#elif defined(__sparc__)
|
||||||
|
#define ARCH "sparc64"
|
||||||
#else
|
#else
|
||||||
#define ARCH "unknown"
|
#define ARCH "unknown"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue