[quake3-commits] r1623 - trunk/code/qcommon

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Sep 15 02:27:19 EDT 2009


Author: icculus
Date: 2009-09-15 02:27:19 -0400 (Tue, 15 Sep 2009)
New Revision: 1623

Modified:
   trunk/code/qcommon/q_platform.h
Log:
Add x86_64 ARCH_STRING for FreeBSD.

   Partially fixes Bugzilla #4271.


Modified: trunk/code/qcommon/q_platform.h
===================================================================
--- trunk/code/qcommon/q_platform.h	2009-09-15 06:19:04 UTC (rev 1622)
+++ trunk/code/qcommon/q_platform.h	2009-09-15 06:27:19 UTC (rev 1623)
@@ -199,6 +199,8 @@
 
 #ifdef __i386__
 #define ARCH_STRING "i386"
+#elif defined __amd64__
+#define ARCH_STRING "x86_64"
 #elif defined __axp__
 #define ARCH_STRING "alpha"
 #endif



More information about the quake3-commits mailing list