mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-29 15:44:03 +00:00
samples: add a sample for the Raspberry Pi
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
15af813bf1
commit
6f1ab57e80
24
samples/arm-yem-linux-gnueabi/crosstool.config
Normal file
24
samples/arm-yem-linux-gnueabi/crosstool.config
Normal file
@ -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="yem"
|
||||
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"
|
3
samples/arm-yem-linux-gnueabi/reported.by
Normal file
3
samples/arm-yem-linux-gnueabi/reported.by
Normal file
@ -0,0 +1,3 @@
|
||||
reporter_name="Yann E. MORIN"
|
||||
reporter_url="http://ymorin.is-a-geek.org/"
|
||||
reporter_comment="Toolchain for the Raspberry Pi, with hard-float."
|
Loading…
x
Reference in New Issue
Block a user