summaryrefslogtreecommitdiff
path: root/src/qcommon
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcommon')
-rw-r--r--src/qcommon/q_platform.h10
1 files changed, 5 insertions, 5 deletions
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