config/arch/arm.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jan 03 22:57:25 2012 +0100 (2012-01-03)
changeset 2936 2dfea349d307
parent 2788 b6faa28e76e0
child 3262 87ad9e82546d
permissions -rw-r--r--
cc/gcc: build core compilers for canadian

Currently, we rely on an existing external cross-compiler targetting
the target, to build the C library.

This can pause quite a few problems if that compiler is different from
the one we are building, because it could introduce some ABI issues.

This patch removes this dependency, by building the core compilers
as we do for standard cross, and also by building the binutils and
gcc, for running on the build machine.

This means we no longer need to offer the cross-sompiler selection in
the menuconfig.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
yann@628
     1
# ARM specific configuration file
yann@628
     2
yann@2444
     3
## select ARCH_SUPPORTS_32
yann@2444
     4
## select ARCH_DEFAULT_32
yann@2444
     5
## select ARCH_SUPPORTS_BOTH_MMU
yann@2444
     6
## select ARCH_DEFAULT_HAS_MMU
yann@2444
     7
## select ARCH_SUPPORTS_BOTH_ENDIAN
yann@2444
     8
## select ARCH_DEFAULT_LE
yann@2788
     9
## select ARCH_SUPPORTS_WITH_ARCH
yann@2788
    10
## select ARCH_SUPPORTS_WITH_CPU
yann@2788
    11
## select ARCH_SUPPORTS_WITH_TUNE
yann@2790
    12
## select ARCH_SUPPORTS_WITH_FLOAT
yann@2788
    13
## select ARCH_SUPPORTS_WITH_FPU
yann@2788
    14
## select ARCH_SUPPORTS_SOFTFP
yann@2444
    15
##
yann@2444
    16
## help The ARM architecture, as defined by:
yann@2444
    17
## help     http://www.arm.com/