From 2ed6f6611306e7bf1fe3bc98291b3160d9d6c3d3 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 14 Jan 2006 01:12:32 +0000 Subject: * s/i386/x86/ * s/qagame/game/ --- src/qcommon/q_platform.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/qcommon/q_platform.h') diff --git a/src/qcommon/q_platform.h b/src/qcommon/q_platform.h index 92e5be1a..2e0a6aca 100644 --- a/src/qcommon/q_platform.h +++ b/src/qcommon/q_platform.h @@ -111,7 +111,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define ARCH_STRING "ppc" #define Q3_BIG_ENDIAN #elif defined __i386__ -#define ARCH_STRING "i386" +#define ARCH_STRING "x86" #define Q3_LITTLE_ENDIAN #endif @@ -128,7 +128,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define PATH_SEP '/' #if defined __i386__ -#define ARCH_STRING "i386" +#define ARCH_STRING "x86" #elif defined __x86_64__ #define ARCH_STRING "x86_64" #elif defined __powerpc64__ @@ -178,7 +178,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define PATH_SEP '/' #ifdef __i386__ -#define ARCH_STRING "i386" +#define ARCH_STRING "x86" #elif defined __axp__ #define ARCH_STRING "alpha" #endif @@ -205,7 +205,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define PATH_SEP '/' #ifdef __i386__ -#define ARCH_STRING "i386" +#define ARCH_STRING "x86" // Netbsd has alot of platforms #endif @@ -231,7 +231,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define PATH_SEP '/' #ifdef __i386__ -#define ARCH_STRING "i386" +#define ARCH_STRING "x86" #elif defined __sparc #define ARCH_STRING "sparc" #endif -- cgit