entered into RCS

This commit is contained in:
Roland McGrath 1994-07-16 04:43:42 +00:00
parent 85b67f1ffb
commit bab9b65903
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
/* The MIPS architecture has selectable endianness.
The DECstation uses little-endian mode. */
#define __BYTE_ORDER __LITTLE_ENDIAN

View File

@ -0,0 +1,4 @@
/* The MIPS has selectable endianness.
The Japanese homebrew P40 architecture uses big-endian mode. */
#define __BYTE_ORDER __BIG_ENDIAN