summaryrefslogtreecommitdiff
path: root/sysdeps/mips/dec/bits/endian.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mips/dec/bits/endian.h')
-rw-r--r--sysdeps/mips/dec/bits/endian.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/mips/dec/bits/endian.h b/sysdeps/mips/dec/bits/endian.h
new file mode 100644
index 0000000000..157bc44d06
--- /dev/null
+++ b/sysdeps/mips/dec/bits/endian.h
@@ -0,0 +1,4 @@
+/* The MIPS architecture has selectable endianness.
+ The DECstation uses little-endian mode. */
+
+#define __BYTE_ORDER __LITTLE_ENDIAN