mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-21 10:20:06 +00:00
entered into RCS
This commit is contained in:
parent
85b67f1ffb
commit
bab9b65903
4
sysdeps/mips/dec/bytesex.h
Normal file
4
sysdeps/mips/dec/bytesex.h
Normal file
@ -0,0 +1,4 @@
|
||||
/* The MIPS architecture has selectable endianness.
|
||||
The DECstation uses little-endian mode. */
|
||||
|
||||
#define __BYTE_ORDER __LITTLE_ENDIAN
|
4
sysdeps/mips/p40/bytesex.h
Normal file
4
sysdeps/mips/p40/bytesex.h
Normal file
@ -0,0 +1,4 @@
|
||||
/* The MIPS has selectable endianness.
|
||||
The Japanese homebrew P40 architecture uses big-endian mode. */
|
||||
|
||||
#define __BYTE_ORDER __BIG_ENDIAN
|
Loading…
Reference in New Issue
Block a user