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:
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
|
||||
Reference in New Issue
Block a user