samples/i686-nptl-linux-gnu/crosstool.config
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Sun May 11 13:38:12 2014 +0200 (2014-05-11)
changeset 3313 ad14212ebf54
parent 2983 f80b978b443b
permissions -rw-r--r--
config: switch cc with libc in the config order

Some of the compiler options depend on the C library choice, (e.g.
whether core passes are needed).

Since the compiler menu comes before the C library menu, those options
may or may not be visible until the C library is chosen, leading to
either options being visible by the user (thus be puzzling as they would
not apply to his case), or invisible to him (yet again puzzling him).

Invert the order of the compiler and the C library in the menuconfig. It
anyway looks more rational, in the end.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
     1 CT_EXPERIMENTAL=y
     2 CT_LOCAL_TARBALLS_DIR="${HOME}/src"
     3 CT_SAVE_TARBALLS=y
     4 CT_LOG_EXTRA=y
     5 CT_ARCH_ARCH="i686"
     6 CT_ARCH_x86=y
     7 CT_TARGET_VENDOR="nptl"
     8 CT_KERNEL_linux=y
     9 CT_KERNEL_V_2_6_36=y
    10 CT_BINUTILS_V_2_21_1a=y
    11 CT_BINUTILS_LINKER_LD_GOLD=y
    12 CT_BINUTILS_GOLD_THREADS=y
    13 CT_BINUTILS_LD_WRAPPER=y
    14 CT_BINUTILS_PLUGINS=y
    15 CT_BINUTILS_FOR_TARGET=y
    16 CT_CC_V_4_5_2=y
    17 CT_CC_LANG_FORTRAN=y
    18 CT_CC_LANG_CXX=y
    19 CT_CC_LANG_JAVA=y
    20 CT_LIBC_glibc=y
    21 CT_LIBC_GLIBC_V_2_9=y
    22 # CT_LIBC_GLIBC_FORCE_UNWIND is not set
    23 CT_DEBUG_dmalloc=y
    24 CT_DEBUG_duma=y
    25 CT_DEBUG_gdb=y
    26 CT_GDB_NATIVE=y
    27 CT_GDB_V_6_8a=y
    28 CT_DEBUG_ltrace=y
    29 CT_DEBUG_strace=y
    30 CT_STRACE_V_4_5_19=y
    31 CT_GMP_V_4_3_2=y
    32 CT_MPFR_V_2_4_2=y
    33 CT_PPL_V_0_10_2=y
    34 CT_CLOOG_V_0_15_9=y
    35 CT_MPC_V_0_8_2=y
    36 CT_TEST_SUITE_GCC=y