Added ia64 to the ARCH define

This commit is contained in:
Joshua Scoggins 2012-11-30 20:21:28 -08:00
parent dc0f2ec779
commit df4c4dd9dd
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,8 @@
#define ARCH "amd64"
#elif defined(__sparc__)
#define ARCH "sparc64"
#elif defined(__ia64__)
#define ARCH "ia64"
#else
#define ARCH "unknown"
#endif