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>
     1 # ARM specific configuration file
     2 
     3 ## select ARCH_SUPPORTS_32
     4 ## select ARCH_DEFAULT_32
     5 ## select ARCH_SUPPORTS_BOTH_MMU
     6 ## select ARCH_DEFAULT_HAS_MMU
     7 ## select ARCH_SUPPORTS_BOTH_ENDIAN
     8 ## select ARCH_DEFAULT_LE
     9 ## select ARCH_SUPPORTS_WITH_ARCH
    10 ## select ARCH_SUPPORTS_WITH_CPU
    11 ## select ARCH_SUPPORTS_WITH_TUNE
    12 ## select ARCH_SUPPORTS_WITH_FLOAT
    13 ## select ARCH_SUPPORTS_WITH_FPU
    14 ## select ARCH_SUPPORTS_SOFTFP
    15 ##
    16 ## help The ARM architecture, as defined by:
    17 ## help     http://www.arm.com/