samples/arm-cortex_a15-linux-gnueabi/crosstool.config
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Thu Jan 24 22:21:19 2013 +0100 (2013-01-24)
changeset 3174 239ea86a47f6
parent 2983 f80b978b443b
child 3175 efad82bf7b9b
permissions -rw-r--r--
cc/gcc: remove 'sub-level' version form symbols

Now we use defconfig files to store the samples, we have to be a bit more
conservatives in the symbols names, so as to avoid gigantic version bumps
when updating sub-level versions from a package.

For example (using fictitious versions):
- in crosstool-NG 1.17.0, we choose:
- latest gcc is gcc-linaro-4.7-2012.10, which is the default for the
choice in the menuconfig
- gcc-linaro-4.6-2012.10 is selected
- so, sample has an explicit symbol for the selected gcc version, as it
is not the default
- we update to crosstool-NG 1.18.0:
- latest gcc version is gcc-linaro-4.7-2013.01
- gcc-linaro-46 has been updated to gcc-linaro-4.6-2013.01
- as the sample now has no *valid* symbol to set the gcc version, the
default is used, while we would have expected to still use the 4.6
release from linaro, not the 4.7

Get rid of sub-level (ie. the third digit sequence in versions) from the
symbols for linaro versions.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
yann@2411
     1
CT_EXPERIMENTAL=y
yann@2411
     2
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
yann@2411
     3
CT_SAVE_TARBALLS=y
yann@2411
     4
CT_LOG_EXTRA=y
yann@2411
     5
CT_ARCH_CPU="cortex-a15"
yann@2411
     6
CT_ARCH_TUNE="cortex-a15"
yann@2411
     7
CT_ARCH_FPU="neon-vfpv4"
yann@2411
     8
CT_ARCH_arm=y
yann@2411
     9
CT_TARGET_VENDOR="cortex_a15"
yann@2411
    10
CT_KERNEL_linux=y
yann@2581
    11
CT_KERNEL_V_2_6_38_8=y
yann@2724
    12
CT_BINUTILS_V_2_21_1a=y
yann@2724
    13
CT_BINUTILS_LINKER_LD_GOLD=y
yann@2411
    14
CT_BINUTILS_GOLD_THREADS=y
yann@2411
    15
CT_BINUTILS_LD_WRAPPER=y
yann@2411
    16
CT_CC_GCC_SHOW_LINARO=y
yann@2724
    17
CT_CC_LANG_FORTRAN=y
yann@2411
    18
CT_CC_LANG_CXX=y
yann@2581
    19
CT_CC_CORE_EXTRA_CONFIG_ARRAY="--with-float=hard"
yann@2581
    20
CT_CC_EXTRA_CONFIG_ARRAY="--with-float=hard"
yann@2411
    21
CT_LIBC_glibc=y
yann@2411
    22
CT_LIBC_GLIBC_V_2_12_1=y
yann@2411
    23
CT_DEBUG_dmalloc=y
yann@2411
    24
CT_DEBUG_duma=y
yann@2411
    25
CT_DEBUG_gdb=y
yann@2411
    26
CT_GDB_CROSS_STATIC=y
yann@2411
    27
CT_GDB_NATIVE=y
yann@2411
    28
CT_GDB_NATIVE_STATIC=y
yann@2426
    29
CT_DEBUG_GDB_SHOW_LINARO=y
yann@2581
    30
CT_GDB_V_linaro_7_2_2011_05_0=y
yann@2411
    31
CT_DEBUG_ltrace=y
yann@2411
    32
CT_DEBUG_strace=y
yann@2411
    33
CT_STRACE_V_4_5_19=y
yann@2411
    34
CT_GMP_V_5_0_1=y
yann@2581
    35
CT_MPFR_V_3_0_1=y
yann@2411
    36
CT_TEST_SUITE_GCC=y