diff options
-rw-r--r-- | config/arch/c6x.in | 5 | ||||
-rw-r--r-- | packages/linux/package.desc | 2 | ||||
-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 |
4 files changed, 11 insertions, 10 deletions
diff --git a/config/arch/c6x.in b/config/arch/c6x.in index 93a8993f..98589ccc 100644 --- a/config/arch/c6x.in +++ b/config/arch/c6x.in @@ -7,9 +7,12 @@ ## select ARCH_DEFAULT_LE ## select ARCH_SUPPORTS_FLAT_FORMAT ## select ARCH_SUPPORTS_WITH_CPU +## select LINUX_REQUIRE_older_than_5_12 +## select LINUX_REQUIRE_3_7_or_later ## depends on EXPERIMENTAL ## ## help The TI C6x (TMS320C6000) architecture ## help https://www.ti.com/processors/digital-signal-processors -## help For linux, kernel must be 3.7 or later (or custom) +## help For linux, kernel must be 3.7 or later (or custom) but not newer +## help than 5.11.x (support for C6x was removed in 5.12). diff --git a/packages/linux/package.desc b/packages/linux/package.desc index f5fa0804..2896725e 100644 --- a/packages/linux/package.desc +++ b/packages/linux/package.desc @@ -2,6 +2,6 @@ origin='www.kernel.org' repository='git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git' mirrors='$(CT_Mirrors kernel.org linux ${CT_LINUX_VERSION})' relevantpattern='2.*.*|. *.*|.' -milestones='3.2 3.7 4.8 5.3' +milestones='3.2 3.7 4.8 5.3 5.12' archive_formats='.tar.xz .tar.gz' signature_format='unpacked/.sign' 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 |