summaryrefslogtreecommitdiff
path: root/samples/tic6x-uclinux
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2022-02-02 22:26:22 (GMT)
committerAlexey Neyman <stilor@att.net>2022-02-11 08:47:51 (GMT)
commitb4191b23a8411e508796fe6c110fdc3b05d94e69 (patch)
tree824f78d641c59c480f60f1cb095782838c01808b /samples/tic6x-uclinux
parent858f939436b7c0c71dd4556485ce411ffe6f25d0 (diff)
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/tic6x-uclinux')
-rw-r--r--samples/tic6x-uclinux/crosstool.config12
-rw-r--r--samples/tic6x-uclinux/reported.by3
2 files changed, 15 insertions, 0 deletions
diff --git a/samples/tic6x-uclinux/crosstool.config b/samples/tic6x-uclinux/crosstool.config
new file mode 100644
index 0000000..614c39a
--- /dev/null
+++ b/samples/tic6x-uclinux/crosstool.config
@@ -0,0 +1,12 @@
+CT_CONFIG_VERSION="4"
+CT_EXPERIMENTAL=y
+CT_ARCH_C6X=y
+CT_OMIT_TARGET_VENDOR=y
+CT_MULTILIB=y
+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
diff --git a/samples/tic6x-uclinux/reported.by b/samples/tic6x-uclinux/reported.by
new file mode 100644
index 0000000..e51f694
--- /dev/null
+++ b/samples/tic6x-uclinux/reported.by
@@ -0,0 +1,3 @@
+reporter_name="Dan Tejada <dan.tejada@cantada.com>"
+reporter_url="https://www.cantada.com/"
+reporter_comment="Tested with uclibc and linux kernel from http://linux-c6x.org"