diff options
Diffstat (limited to 'gdb/config/mips/xm-linux.h')
-rw-r--r-- | gdb/config/mips/xm-linux.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/config/mips/xm-linux.h b/gdb/config/mips/xm-linux.h index d691e46..c19895e 100644 --- a/gdb/config/mips/xm-linux.h +++ b/gdb/config/mips/xm-linux.h @@ -21,13 +21,4 @@ #ifndef XM_MIPSLINUX_H #define XM_MIPSLINUX_H -#ifndef HOST_BYTE_ORDER -#include <endian.h> -#if __BYTE_ORDER == __BIG_ENDIAN -#define HOST_BYTE_ORDER BIG_ENDIAN -#else -#define HOST_BYTE_ORDER LITTLE_ENDIAN -#endif -#endif - #endif /* XM_MIPSLINUX_H */ |