diff options
author | Chris Packham <judge.packham@gmail.com> | 2020-11-10 20:29:25 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-10 20:29:25 +1300 |
commit | a4231a555a3f897ecb32aad2069de4305ce0a969 (patch) | |
tree | d7e2127ff0c795a7641d617b54fa0d26c898f20d /samples | |
parent | 66b3c25be73ff9bd1894492fef32b786f921d53c (diff) | |
parent | 3a3e645245d4cc84957209ec4313bfd6635acdec (diff) | |
download | crosstool-ng-a4231a555a3f897ecb32aad2069de4305ce0a969.tar.gz crosstool-ng-a4231a555a3f897ecb32aad2069de4305ce0a969.tar.bz2 crosstool-ng-a4231a555a3f897ecb32aad2069de4305ce0a969.zip |
Merge pull request #1342 from DspHack/feature/add_support_for_ti_c6x
Experimental: Add support for the Texas Instruments C6X (TMS320C6000 …
Diffstat (limited to 'samples')
-rw-r--r-- | samples/tic6x-uclinux-uclibc/crosstool.config | 14 | ||||
-rw-r--r-- | samples/tic6x-uclinux-uclibc/reported.by | 3 |
2 files changed, 17 insertions, 0 deletions
diff --git a/samples/tic6x-uclinux-uclibc/crosstool.config b/samples/tic6x-uclinux-uclibc/crosstool.config new file mode 100644 index 00000000..cd4af2c5 --- /dev/null +++ b/samples/tic6x-uclinux-uclibc/crosstool.config @@ -0,0 +1,14 @@ +CT_CONFIG_VERSION="3" +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_ARCH_BINFMT_FDPIC=y +CT_CC_LANG_CXX=y +CT_ARCH_ENDIAN="little" + diff --git a/samples/tic6x-uclinux-uclibc/reported.by b/samples/tic6x-uclinux-uclibc/reported.by new file mode 100644 index 00000000..e51f6949 --- /dev/null +++ b/samples/tic6x-uclinux-uclibc/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" |