ARM defaults to LE, MIPS to BE. Reflect this in the target configuration options.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Sep 06 14:00:28 2007 +0000 (2007-09-06)
changeset 3689355e869a76b
parent 367 8c6b5b52386f
child 369 9258a7c3b84f
ARM defaults to LE, MIPS to BE. Reflect this in the target configuration options.
config/target.in
     1.1 --- a/config/target.in	Thu Sep 06 13:02:16 2007 +0000
     1.2 +++ b/config/target.in	Thu Sep 06 14:00:28 2007 +0000
     1.3 @@ -20,13 +20,13 @@
     1.4      bool
     1.5      prompt "arm"
     1.6      select ARCH_SUPPORTS_BOTH_ENDIAN
     1.7 -    select ARCH_DEFAULT_BE
     1.8 +    select ARCH_DEFAULT_LE
     1.9  
    1.10  config ARCH_MIPS
    1.11      bool
    1.12      prompt "mips"
    1.13      select ARCH_SUPPORTS_BOTH_ENDIAN
    1.14 -    select ARCH_DEFAULT_LE
    1.15 +    select ARCH_DEFAULT_BE
    1.16  
    1.17  config ARCH_x86
    1.18      bool