MIPS specific byte order definition.
authorUlrich Drepper <drepper@redhat.com>
Sat, 21 Jun 1997 02:02:34 +0000 (02:02 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 21 Jun 1997 02:02:34 +0000 (02:02 +0000)
sysdeps/mips/bits/endian.h [new file with mode: 0644]

diff --git a/sysdeps/mips/bits/endian.h b/sysdeps/mips/bits/endian.h
new file mode 100644 (file)
index 0000000..ba555cd
--- /dev/null
@@ -0,0 +1,4 @@
+/* The MIPS architecture has selectable endianness.
+   This file is for a machine using big-endian mode.  */
+
+#define __BYTE_ORDER __BIG_ENDIAN