config/arch/arm.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jul 17 22:43:07 2011 +0200 (2011-07-17)
changeset 2893 a8a65758664f
parent 2788 b6faa28e76e0
child 3262 87ad9e82546d
permissions -rw-r--r--
cc/gcc: do not use the core pass-2 to build the baremetal compiler

In case we build a baremetal compiler, use the standard passes:
- core_cc is used to build the C library;
- as such, it is meant to run on build, not host;
- the final compiler is meant to run on host;

As the current final compiler step can not build a baremetal compiler,
call the core backend from the final step.

NB: Currently, newlib is built during the start_files pass, so we have
to have a core compiler by then... Once we can build the baremetal
compiler from the final cc step, then we can move the newlib build to
the proper step, and then get rid of the core pass-1 static compiler...

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/