arch/arm/config.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jul 27 16:35:37 2008 +0000 (2008-07-27)
changeset 740 d26d8cc7c460
parent 630 2789bdd1a950
child 820 d43c250051c7
permissions -rw-r--r--
Fix building x86_64 on x86_64 (and hopefully all other *64 archs on the same *64):
- symlink all lib64/ dirs to the corresponding lib/ dir
Also, prevent gcc from installing some of its target libs outside of the sys-root, in the first place.
Thanks to Laurent DUFRECHOU for reporting the bug and testing the fix.

/trunk/scripts/build/cc_gcc.sh | 26 0 26 0 --------------------------
/trunk/scripts/crosstool.sh | 14 14 0 0 ++++++++++++++
2 files changed, 14 insertions(+), 26 deletions(-)
     1 # ARM specific configuration file
     2 
     3 config ARCH_arm
     4     select ARCH_SUPPORTS_BOTH_ENDIAN
     5     select ARCH_DEFAULT_LE
     6     select ARCH_SUPPORT_ARCH
     7     select ARCH_SUPPORT_ABI
     8     select ARCH_SUPPORT_CPU
     9     select ARCH_SUPPORT_TUNE
    10     select ARCH_SUPPORT_FPU
    11     help
    12       The ARM architecture, as defined by:
    13         http://www.arm.com/
    14 
    15 config ARCH_ARM_EABI
    16     bool
    17     prompt "Use EABI (EXPERIMENTAL)"
    18     depends on EXPERIMENTAL
    19     default n
    20     help
    21       Set up the toolchain so that it generates EABI-compliant binaries.
    22 
    23 config ARCH_ABI
    24     default "aapcs" if ARCH_ARM_EABI