samples/armv6-rpi-linux-gnueabi/crosstool.config
author Cody Schafer <dev@codyps.com>
Fri May 09 19:13:49 2014 -0700 (2014-05-09)
changeset 3312 4876ff97e039
parent 3170 67df47c6ccd0
permissions -rw-r--r--
cc/gcc: allow CC_EXTRA_CONFIG_ARRAY on baremetal

The final bare-metal compiler is built using the core backend.
Currently the core uses the CC_CORE_EXTRA_CONFIG_ARRAY variable.

While this works as supposed to, this can leave the user puzzled
in the menuconfig, since all he can see is the core options, not
the final options.

Only show the core options if any of the core passes are needed,
and use the final options in the core-backend if we're issuing
the bare-metal compiler.

Signed-off-by: Cody P Schafer <dev@codyps.com>
[yann.morin.1998@free.fr: hide core options if no core pass needed;
use final option in core backend if issuing the bare-metal compiler]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <22181e546ba746202489.1399688067@localhost>
Patchwork-Id: 347586
yann@3157
     1
CT_EXPERIMENTAL=y
yann@3157
     2
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
yann@3157
     3
CT_SAVE_TARBALLS=y
yann@3157
     4
CT_LOG_EXTRA=y
yann@3170
     5
CT_ARCH_ARCH="armv6zk"
yann@3170
     6
CT_ARCH_CPU="arm1176jzf-s"
yann@3170
     7
CT_ARCH_TUNE="arm1176jzf-s"
yann@3157
     8
CT_ARCH_FPU="vfp"
yann@3157
     9
CT_ARCH_arm=y
yann@3170
    10
CT_ARCH_SUFFIX="v6"
yann@3170
    11
CT_TARGET_VENDOR="rpi"
yann@3157
    12
CT_KERNEL_linux=y
yann@3175
    13
CT_KERNEL_V_3_6=y
yann@3157
    14
CT_BINUTILS_V_2_22=y
yann@3157
    15
CT_BINUTILS_LINKER_LD_GOLD=y
yann@3157
    16
CT_BINUTILS_GOLD_THREADS=y
yann@3157
    17
CT_BINUTILS_LD_WRAPPER=y
yann@3157
    18
CT_BINUTILS_PLUGINS=y
yann@3157
    19
CT_CC_GCC_SHOW_LINARO=y
yann@3157
    20
CT_CC_LANG_CXX=y
yann@3157
    21
# CT_CC_STATIC_LIBSTDCXX is not set
yann@3157
    22
CT_CC_GCC_DISABLE_PCH=y
yann@3157
    23
CT_CC_GCC_BUILD_ID=y
yann@3170
    24
CT_CC_GCC_LNK_HASH_STYLE_BOTH=y
yann@3157
    25
CT_LIBC_EGLIBC_V_2_16=y
yann@3157
    26
CT_EGLIBC_OPT_SIZE=y
yann@3157
    27
CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN=y
yann@3157
    28
CT_LIBC_GLIBC_MIN_KERNEL_VERSION="3.2.27"