From c77336fb3d2b3205fee12e2e0cd44c0127bfce50 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 6 Sep 2007 14:00:28 +0000 Subject: ARM defaults to LE, MIPS to BE. Reflect this in the target configuration options. diff --git a/config/target.in b/config/target.in index 2b849f5..8eacbeb 100644 --- a/config/target.in +++ b/config/target.in @@ -20,13 +20,13 @@ config ARCH_ARM bool prompt "arm" select ARCH_SUPPORTS_BOTH_ENDIAN - select ARCH_DEFAULT_BE + select ARCH_DEFAULT_LE config ARCH_MIPS bool prompt "mips" select ARCH_SUPPORTS_BOTH_ENDIAN - select ARCH_DEFAULT_LE + select ARCH_DEFAULT_BE config ARCH_x86 bool -- cgit v0.10.2-6-g49f6