diff options
author | Chris Packham <judge.packham@gmail.com> | 2025-02-01 13:48:15 +1300 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2025-02-02 13:54:09 +1300 |
commit | 03c7f95c9d2f6281a708d4587a861ffe780866b1 (patch) | |
tree | dd104c8758065c2a2074ab9aa1f181813919ace9 | |
parent | fbeed30e9c49ac3651e308f71c11095821159cfd (diff) | |
download | crosstool-ng-03c7f95c9d2f6281a708d4587a861ffe780866b1.tar.gz crosstool-ng-03c7f95c9d2f6281a708d4587a861ffe780866b1.tar.bz2 crosstool-ng-03c7f95c9d2f6281a708d4587a861ffe780866b1.zip |
samples: x86_64-unknown-linux-gnu,arm-picolibc-eabi: Update
Update the x86_64-unknown-linux-gnu,arm-picolibc-eabi sample config.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
-rw-r--r-- | samples/x86_64-unknown-linux-gnu,arm-picolibc-eabi/crosstool.config | 4 |
1 files changed, 2 insertions, 2 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 index 8cf20f66..dd84dc59 100644 --- a/samples/x86_64-unknown-linux-gnu,arm-picolibc-eabi/crosstool.config +++ b/samples/x86_64-unknown-linux-gnu,arm-picolibc-eabi/crosstool.config @@ -1,12 +1,12 @@ CT_CONFIG_VERSION="4" +CT_EXPERIMENTAL=y 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_LIBC_PICOLIBC=y CT_CC_GCC_MULTILIB_LIST="rmprofile" CT_CC_GCC_CONFIG_TLS=y CT_CC_LANG_CXX=y -CT_COMP_LIBS_PICOLIBC=y |