summaryrefslogtreecommitdiff
path: root/samples/arm-hardrpi-linux-gnueabi/crosstool.config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2013-01-10 17:46:15 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2013-01-10 17:46:15 (GMT)
commit8d19cdd779894034cf1e3599a5d091252e5299d5 (patch)
tree5574ed2206e2122f311c439bc18be7938b67ab0b /samples/arm-hardrpi-linux-gnueabi/crosstool.config
parent75bc67da4adc3d78576278791fac8062354fb403 (diff)
samples: rename this sample
This debug string slipped in surreptitiously... Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'samples/arm-hardrpi-linux-gnueabi/crosstool.config')
-rw-r--r--samples/arm-hardrpi-linux-gnueabi/crosstool.config24
1 files changed, 24 insertions, 0 deletions
diff --git a/samples/arm-hardrpi-linux-gnueabi/crosstool.config b/samples/arm-hardrpi-linux-gnueabi/crosstool.config
new file mode 100644
index 0000000..029cf87
--- /dev/null
+++ b/samples/arm-hardrpi-linux-gnueabi/crosstool.config
@@ -0,0 +1,24 @@
+CT_EXPERIMENTAL=y
+CT_LOCAL_TARBALLS_DIR="${HOME}/src"
+CT_SAVE_TARBALLS=y
+CT_LOG_EXTRA=y
+CT_ARCH_ARCH="armv6"
+CT_ARCH_FPU="vfp"
+CT_ARCH_arm=y
+CT_TARGET_VENDOR="hardrpi"
+CT_KERNEL_linux=y
+CT_KERNEL_V_3_2_36=y
+CT_BINUTILS_V_2_22=y
+CT_BINUTILS_LINKER_LD_GOLD=y
+CT_BINUTILS_GOLD_THREADS=y
+CT_BINUTILS_LD_WRAPPER=y
+CT_BINUTILS_PLUGINS=y
+CT_CC_GCC_SHOW_LINARO=y
+CT_CC_LANG_CXX=y
+# CT_CC_STATIC_LIBSTDCXX is not set
+CT_CC_GCC_DISABLE_PCH=y
+CT_CC_GCC_BUILD_ID=y
+CT_LIBC_EGLIBC_V_2_16=y
+CT_EGLIBC_OPT_SIZE=y
+CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN=y
+CT_LIBC_GLIBC_MIN_KERNEL_VERSION="3.2.27"