samples: Add x86_64-pc-linux-gnu,arm-picolibc-eabi Canadian cross sample config

Signed-off-by: Joakim Nohlgård <joakim@nohlgard.se>
This commit is contained in:
Joakim Nohlgård 2022-12-01 11:36:47 +01:00 committed by Chris Packham
parent 16f6112327
commit 7f80447c5f
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,12 @@
CT_CONFIG_VERSION="4"
CT_ARCH_ARM=y
CT_MULTILIB=y
CT_TARGET_CFLAGS="-ftls-model=local-exec"
CT_TARGET_VENDOR="picolibc"
CT_CANADIAN=y
CT_HOST="x86_64-pc-linux-gnu"
CT_LIBC_NONE=y
CT_CC_GCC_MULTILIB_LIST="rmprofile"
CT_CC_GCC_CONFIG_TLS=y
CT_CC_LANG_CXX=y
CT_COMP_LIBS_PICOLIBC=y

View File

@ -0,0 +1,3 @@
reporter_name="Joakim Nohlgård"
reporter_url="https://github.com/jnohlgard/crosstool-ng"
reporter_comment="Based on arm-picolibc-eabi"