summaryrefslogtreecommitdiff
path: root/samples/tic6x-uclinux
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2022-02-14 08:11:42 (GMT)
committerGitHub <noreply@github.com>2022-02-14 08:11:42 (GMT)
commit681aaef1f1ff39c341fdc529e0db2c14639a58d8 (patch)
treece98c2b3d9648db065d27add325370392a35d584 /samples/tic6x-uclinux
parentba680a3e5b8c62a7c1554e71f6d09903dac95a2f (diff)
parent86c2982568de1ad4d4cc12a65b19231331484405 (diff)
Merge pull request #1674 from stilor/master
Updates to make `ct-ng build-all` pass
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"