aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/include/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/include/param.h')
-rw-r--r--sys/mips/include/param.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/mips/include/param.h b/sys/mips/include/param.h
index bd6d800f6eee0..c700a44650f52 100644
--- a/sys/mips/include/param.h
+++ b/sys/mips/include/param.h
@@ -59,14 +59,14 @@
#ifndef MACHINE_ARCH
#if _BYTE_ORDER == _BIG_ENDIAN
#ifdef __mips_n64
-#define MACHINE_ARCH "mips64eb"
+#define MACHINE_ARCH "mips64"
#ifndef MACHINE_ARCH32
-#define MACHINE_ARCH32 "mipseb"
+#define MACHINE_ARCH32 "mips"
#endif
#elif defined(__mips_n32)
-#define MACHINE_ARCH "mipsn32eb"
+#define MACHINE_ARCH "mipsn32"
#else
-#define MACHINE_ARCH "mipseb"
+#define MACHINE_ARCH "mips"
#endif
#else
#ifdef __mips_n64