diff options
author | Chris Packham <judge.packham@gmail.com> | 2023-03-08 17:17:07 +1300 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2023-03-14 08:55:26 +1300 |
commit | c4f7405a96c50fa60edabda4835fa3128bd90caa (patch) | |
tree | 10d7e6dc4329f0fd61651bdd0064a3bc3e0abc3c /samples/x86_64-unknown-linux-gnu,arm-picolibc-eabi | |
parent | 5a86af465fd3ad81d0f663d5c55b9942b95fdaca (diff) | |
download | crosstool-ng-c4f7405a96c50fa60edabda4835fa3128bd90caa.tar.gz crosstool-ng-c4f7405a96c50fa60edabda4835fa3128bd90caa.tar.bz2 crosstool-ng-c4f7405a96c50fa60edabda4835fa3128bd90caa.zip |
samples: Rename canadian config for picolibc
We don't have a x86_64-pc-linux-gnu sample but we do have a
x86_64-unknown-linux-gnu. Rename the picolibc canadian config
accordingly.
Fixes: #1909
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'samples/x86_64-unknown-linux-gnu,arm-picolibc-eabi')
-rw-r--r-- | samples/x86_64-unknown-linux-gnu,arm-picolibc-eabi/crosstool.config | 12 | ||||
-rw-r--r-- | samples/x86_64-unknown-linux-gnu,arm-picolibc-eabi/reported.by | 3 |
2 files changed, 15 insertions, 0 deletions
diff --git a/samples/x86_64-unknown-linux-gnu,arm-picolibc-eabi/crosstool.config b/samples/x86_64-unknown-linux-gnu,arm-picolibc-eabi/crosstool.config new file mode 100644 index 00000000..8cf20f66 --- /dev/null +++ b/samples/x86_64-unknown-linux-gnu,arm-picolibc-eabi/crosstool.config @@ -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-unknown-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 diff --git a/samples/x86_64-unknown-linux-gnu,arm-picolibc-eabi/reported.by b/samples/x86_64-unknown-linux-gnu,arm-picolibc-eabi/reported.by new file mode 100644 index 00000000..027c1480 --- /dev/null +++ b/samples/x86_64-unknown-linux-gnu,arm-picolibc-eabi/reported.by @@ -0,0 +1,3 @@ +reporter_name="Joakim NohlgÄrd" +reporter_url="https://github.com/jnohlgard/crosstool-ng" +reporter_comment="Based on arm-picolibc-eabi" |