aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/powerpc/tm-ppcle-eabi.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/powerpc/tm-ppcle-eabi.h')
-rw-r--r--gdb/config/powerpc/tm-ppcle-eabi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/powerpc/tm-ppcle-eabi.h b/gdb/config/powerpc/tm-ppcle-eabi.h
index 309dd6f..355195d 100644
--- a/gdb/config/powerpc/tm-ppcle-eabi.h
+++ b/gdb/config/powerpc/tm-ppcle-eabi.h
@@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Use normal ppc-eabi definitions */
#include "powerpc/tm-ppc-eabi.h"
-#undef TARGET_BYTE_ORDER
-#define TARGET_BYTE_ORDER LITTLE_ENDIAN
+#undef TARGET_BYTE_ORDER_DEFAULT
+#define TARGET_BYTE_ORDER_DEFAULT LITTLE_ENDIAN
#endif /* TM_PPCLE_EABI_H */