samples/mips-ar2315-linux-gnu/crosstool.config
author Yann Diorcet <diorcet.yann@gmail.com>
Mon Nov 19 21:45:09 2012 +0100 (2012-11-19)
changeset 3121 5016315d88ba
parent 2953 b0f1b8711716
child 3175 efad82bf7b9b
permissions -rw-r--r--
binutils/binutils: simplify gold dependencies

In preparation of adding a new kernel-type, Yann D. came up
with a change in semantic on binutils/gold availability.

So far, it was architectures' responsibility to declare that
they did support binutils/gold or not. It makes much more sense
that binutils/gold declares its own availability depending on
the current architecture; after all, architectures have no way
to know wether gold supports them, while gold does know it.

Signed-off-by:Yann Diorcet <diorcet.yann@gmail.com>
[yann.morin.1998@free.fr: split up original patch for self-contained changes]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <d3d1d51f399e6d2c1163.1353320546@macbook-smorlat.local>
Patchwork-Id: 199971
     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="4kc"
     6 CT_ARCH_TUNE="4kc"
     7 CT_ARCH_FLOAT_SW=y
     8 CT_ARCH_mips=y
     9 CT_TARGET_VENDOR="ar2315"
    10 CT_KERNEL_linux=y
    11 CT_KERNEL_V_2_6_33_20=y
    12 CT_BINUTILS_V_2_19_1a=y
    13 CT_CC_V_4_3_2=y
    14 CT_CC_LANG_CXX=y
    15 CT_LIBC_EGLIBC_V_2_9=y
    16 CT_EGLIBC_REVISION="{2009-07-21}"
    17 # CT_LIBC_GLIBC_FORCE_UNWIND is not set
    18 CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN=y
    19 CT_LIBC_GLIBC_MIN_KERNEL_VERSION="2.6.25"
    20 CT_DEBUG_dmalloc=y
    21 CT_DEBUG_gdb=y
    22 CT_GDB_V_6_8a=y
    23 CT_DEBUG_strace=y
    24 CT_STRACE_V_4_5_19=y
    25 CT_GMP_V_4_3_2=y
    26 CT_MPFR_V_2_4_2=y