1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

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