add a CPUSTRING for amd64 linux

This commit is contained in:
Jonathan Gray 2013-04-22 22:56:45 +10:00
parent eaad5df3d1
commit 0833f632ad

View file

@ -160,6 +160,8 @@ void Sys_PumpEvents( void );
#ifdef __i386__
#define CPUSTRING "linux-i386"
#elif defined(__amd64__) || defined(__x86_64__)
#define CPUSTRING "linux-amd64"
#elif defined __axp__
#define CPUSTRING "linux-alpha"
#else