diff options
Diffstat (limited to 'sysdeps/mips/p40/bits/endian.h')
-rw-r--r-- | sysdeps/mips/p40/bits/endian.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sysdeps/mips/p40/bits/endian.h b/sysdeps/mips/p40/bits/endian.h deleted file mode 100644 index f6cdde2cb3..0000000000 --- a/sysdeps/mips/p40/bits/endian.h +++ /dev/null @@ -1,8 +0,0 @@ -/* The MIPS has selectable endianness. - The Japanese homebrew P40 architecture uses big-endian mode. */ - -#ifndef _ENDIAN_H -# error "Never use <bits/endian.h> directly; include <endian.h> instead." -#endif - -#define __BYTE_ORDER __BIG_ENDIAN |