Make target byteorder selectable by default.
This commit is contained in:
parent
71c90eeec6
commit
b0d8e4317d
|
@ -35,7 +35,7 @@ struct value;
|
|||
#include "coff/symconst.h"
|
||||
|
||||
#if !defined (TARGET_BYTE_ORDER)
|
||||
#define TARGET_BYTE_ORDER LITTLE_ENDIAN
|
||||
#define TARGET_BYTE_ORDER_SELECTABLE
|
||||
#endif
|
||||
|
||||
#if !defined (GDB_TARGET_IS_MIPS64)
|
||||
|
|
Loading…
Reference in New Issue