samples: add arm-cortexa9_neon-linux-gnueabihf
author"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Tue Feb 05 12:29:52 2013 +0100 (2013-02-05)
changeset 31834e8bfe85da61
parent 3182 7209c64d2318
child 3184 716e7d90cac2
samples: add arm-cortexa9_neon-linux-gnueabihf

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
[yann.morin.1998@free.fr: make it a defconfig with pinned versions]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <bdf1fde968aee8d0cd95.1360063830@advdt005-ubuntu>
Patchwork-Id: 218239
samples/arm-cortexa9_neon-linux-gnueabihf/crosstool.config
samples/arm-cortexa9_neon-linux-gnueabihf/reported.by
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/samples/arm-cortexa9_neon-linux-gnueabihf/crosstool.config	Tue Feb 05 12:29:52 2013 +0100
     1.3 @@ -0,0 +1,33 @@
     1.4 +CT_EXPERIMENTAL=y
     1.5 +CT_ARCH_ARCH="armv7-a"
     1.6 +CT_ARCH_CPU="cortex-a9"
     1.7 +CT_ARCH_TUNE="cortex-a9"
     1.8 +CT_ARCH_FPU="neon"
     1.9 +CT_ARCH_arm=y
    1.10 +CT_ARCH_ARM_TUPLE_USE_EABIHF=y
    1.11 +CT_TARGET_VENDOR="cortexa9_neon"
    1.12 +CT_TOOLCHAIN_ENABLE_NLS=y
    1.13 +CT_KERNEL_linux=y
    1.14 +CT_KERNEL_V_3_7_3=y
    1.15 +CT_BINUTILS_V_2_23_1=y
    1.16 +CT_BINUTILS_LINKER_LD_GOLD=y
    1.17 +CT_BINUTILS_GOLD_THREADS=y
    1.18 +CT_BINUTILS_LD_WRAPPER=y
    1.19 +CT_BINUTILS_PLUGINS=y
    1.20 +CT_BINUTILS_FOR_TARGET=y
    1.21 +CT_CC_GCC_SHOW_LINARO=y
    1.22 +CT_CC_V_linaro_4_7=y
    1.23 +CT_CC_LANG_CXX=y
    1.24 +CT_CC_CORE_EXTRA_CONFIG_ARRAY="\"--with-specs=%{save-temps: -fverbose-asm} %{funwind-tables|fno-unwind-tables|mabi=*|ffreestanding|nostdlib:;:-funwind-tables}\" --enable-poison-system-directories"
    1.25 +CT_CC_EXTRA_CONFIG_ARRAY="\"--with-specs=%{save-temps: -fverbose-asm} %{funwind-tables|fno-unwind-tables|mabi=*|ffreestanding|nostdlib:;:-funwind-tables}\" --enable-poison-system-directories"
    1.26 +# CT_CC_GCC_ENABLE_TARGET_OPTSPACE is not set
    1.27 +CT_LIBC_EGLIBC_V_2_17=y
    1.28 +CT_LIBC_GLIBC_EXTRA_CONFIG_ARRAY="--disable-multi-arch"
    1.29 +CT_LIBC_ADDONS_LIST="libidn"
    1.30 +CT_LIBC_LOCALES=y
    1.31 +CT_LIBC_GLIBC_KERNEL_VERSION_NONE=y
    1.32 +CT_DEBUG_gdb=y
    1.33 +# CT_GDB_GDBSERVER_STATIC is not set
    1.34 +CT_DEBUG_GDB_SHOW_LINARO=y
    1.35 +CT_GDB_V_linaro_7_5_2012_12_1=y
    1.36 +CT_TEST_SUITE_GCC=y
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/samples/arm-cortexa9_neon-linux-gnueabihf/reported.by	Tue Feb 05 12:29:52 2013 +0100
     2.3 @@ -0,0 +1,3 @@
     2.4 +reporter_name="Benoît Thébaudeau"
     2.5 +reporter_url="http://www.advansee.com/"
     2.6 +reporter_comment="Cortex-A9 with NEON support using the hard-float GNU EABI."