MIPS specific byte order definition.

This commit is contained in:
Ulrich Drepper 1997-06-21 02:02:34 +00:00
parent 781b52c526
commit 08fe606443

View File

@ -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