summaryrefslogtreecommitdiff
path: root/samples/arm-cortexa9_neon-linux-gnueabihf
diff options
context:
space:
mode:
authorBenoît Thébaudeau" <benoit.thebaudeau@advansee.com>2013-02-05 11:29:52 (GMT)
committerBenoît Thébaudeau" <benoit.thebaudeau@advansee.com>2013-02-05 11:29:52 (GMT)
commit9eca679b7a7100689a07623bfe45e2c1ca6f57ce (patch)
treebb25a448e5025d26b7fca2403ccafcbf6b0117dd /samples/arm-cortexa9_neon-linux-gnueabihf
parent8257a1a4b151f4396671b744a9500e0e26537d97 (diff)
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
Diffstat (limited to 'samples/arm-cortexa9_neon-linux-gnueabihf')
-rw-r--r--samples/arm-cortexa9_neon-linux-gnueabihf/crosstool.config33
-rw-r--r--samples/arm-cortexa9_neon-linux-gnueabihf/reported.by3
2 files changed, 36 insertions, 0 deletions
diff --git a/samples/arm-cortexa9_neon-linux-gnueabihf/crosstool.config b/samples/arm-cortexa9_neon-linux-gnueabihf/crosstool.config
new file mode 100644
index 0000000..52182e9
--- /dev/null
+++ b/samples/arm-cortexa9_neon-linux-gnueabihf/crosstool.config
@@ -0,0 +1,33 @@
+CT_EXPERIMENTAL=y
+CT_ARCH_ARCH="armv7-a"
+CT_ARCH_CPU="cortex-a9"
+CT_ARCH_TUNE="cortex-a9"
+CT_ARCH_FPU="neon"
+CT_ARCH_arm=y
+CT_ARCH_ARM_TUPLE_USE_EABIHF=y
+CT_TARGET_VENDOR="cortexa9_neon"
+CT_TOOLCHAIN_ENABLE_NLS=y
+CT_KERNEL_linux=y
+CT_KERNEL_V_3_7_3=y
+CT_BINUTILS_V_2_23_1=y
+CT_BINUTILS_LINKER_LD_GOLD=y
+CT_BINUTILS_GOLD_THREADS=y
+CT_BINUTILS_LD_WRAPPER=y
+CT_BINUTILS_PLUGINS=y
+CT_BINUTILS_FOR_TARGET=y
+CT_CC_GCC_SHOW_LINARO=y
+CT_CC_V_linaro_4_7=y
+CT_CC_LANG_CXX=y
+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"
+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"
+# CT_CC_GCC_ENABLE_TARGET_OPTSPACE is not set
+CT_LIBC_EGLIBC_V_2_17=y
+CT_LIBC_GLIBC_EXTRA_CONFIG_ARRAY="--disable-multi-arch"
+CT_LIBC_ADDONS_LIST="libidn"
+CT_LIBC_LOCALES=y
+CT_LIBC_GLIBC_KERNEL_VERSION_NONE=y
+CT_DEBUG_gdb=y
+# CT_GDB_GDBSERVER_STATIC is not set
+CT_DEBUG_GDB_SHOW_LINARO=y
+CT_GDB_V_linaro_7_5_2012_12_1=y
+CT_TEST_SUITE_GCC=y
diff --git a/samples/arm-cortexa9_neon-linux-gnueabihf/reported.by b/samples/arm-cortexa9_neon-linux-gnueabihf/reported.by
new file mode 100644
index 0000000..58f97c7
--- /dev/null
+++ b/samples/arm-cortexa9_neon-linux-gnueabihf/reported.by
@@ -0,0 +1,3 @@
+reporter_name="Benoît Thébaudeau"
+reporter_url="http://www.advansee.com/"
+reporter_comment="Cortex-A9 with NEON support using the hard-float GNU EABI."