diff options
author | Alexey Neyman <stilor@att.net> | 2022-02-02 14:26:22 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2022-02-11 00:47:51 -0800 |
commit | b4191b23a8411e508796fe6c110fdc3b05d94e69 (patch) | |
tree | 824f78d641c59c480f60f1cb095782838c01808b /samples | |
parent | 858f939436b7c0c71dd4556485ce411ffe6f25d0 (diff) | |
download | crosstool-ng-b4191b23a8411e508796fe6c110fdc3b05d94e69.tar.gz crosstool-ng-b4191b23a8411e508796fe6c110fdc3b05d94e69.tar.bz2 crosstool-ng-b4191b23a8411e508796fe6c110fdc3b05d94e69.zip |
Update tic6x sample
Restrict kernel to 5.11 and below (support for this arch has been
dropped in 5.12); rename the sample to match its name as printed by
`ct-ng show-tuple` (otherwise, `make saveconfig` does not update the
sample's configuration).
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/tic6x-uclinux/crosstool.config (renamed from samples/tic6x-uclinux-uclibc/crosstool.config) | 14 | ||||
-rw-r--r-- | samples/tic6x-uclinux/reported.by (renamed from samples/tic6x-uclinux-uclibc/reported.by) | 0 |
2 files changed, 6 insertions, 8 deletions
diff --git a/samples/tic6x-uclinux-uclibc/crosstool.config b/samples/tic6x-uclinux/crosstool.config index cd4af2c5..614c39a2 100644 --- a/samples/tic6x-uclinux-uclibc/crosstool.config +++ b/samples/tic6x-uclinux/crosstool.config @@ -1,14 +1,12 @@ -CT_CONFIG_VERSION="3" +CT_CONFIG_VERSION="4" CT_EXPERIMENTAL=y CT_ARCH_C6X=y CT_OMIT_TARGET_VENDOR=y -CT_KERNEL_LINUX=y CT_MULTILIB=y -CT_LIBC_UCLIBC=y -CT_THREADS="linuxthreads" -CT_UCLIBC_NG_DEVEL_VCS_git=y -CT_UCLIBC_NG_DEVEL_URL="https://github.com/DspHack/uclibc-ng.git" +CT_KERNEL_LINUX=y CT_ARCH_BINFMT_FDPIC=y +CT_LIBC_UCLIBC_NG=y +CT_UCLIBC_NG_SRC_DEVEL=y +CT_UCLIBC_NG_DEVEL_URL="https://github.com/DspHack/uclibc-ng.git" +CT_THREADS_LT=y CT_CC_LANG_CXX=y -CT_ARCH_ENDIAN="little" - diff --git a/samples/tic6x-uclinux-uclibc/reported.by b/samples/tic6x-uclinux/reported.by index e51f6949..e51f6949 100644 --- a/samples/tic6x-uclinux-uclibc/reported.by +++ b/samples/tic6x-uclinux/reported.by |