config/target.in
changeset 368 9355e869a76b
parent 347 10d6514f4f94
child 373 34612b693dde
     1.1 --- a/config/target.in	Thu Aug 30 19:49:21 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