arch/arm/config.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Jun 27 14:11:08 2008 +0000 (2008-06-27)
changeset 629 5a01c5cb8516
parent 503 07ec15b050a3
child 630 2789bdd1a950
permissions -rw-r--r--
Update the Openrisc contributed support to the new auto-generated architecture menu.

/trunk/contrib/openrisc-or32.patch.lzma | 5010 2521 2489 0 ++++++++++++++++++++-------------------
1 file changed, 2521 insertions(+), 2489 deletions(-)
yann@628
     1
# ARM specific configuration file
yann@628
     2
yann@628
     3
config ARCH_arm
yann@628
     4
    select ARCH_SUPPORTS_BOTH_ENDIAN
yann@628
     5
    select ARCH_DEFAULT_LE
yann@385
     6
yann@385
     7
config ARCH_ARM_EABI
yann@385
     8
    bool
yann@398
     9
    prompt "Use EABI (EXPERIMENTAL)"
yann@398
    10
    depends on EXPERIMENTAL
yann@385
    11
    default n
yann@385
    12
    help
yann@385
    13
      Set up the toolchain so that it generates EABI-compliant binaries.
yann@503
    14
yann@503
    15
config ARCH_ABI
yann@503
    16
    default "aapcs" if ARCH_ARM_EABI