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 /config | |
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 'config')
-rw-r--r-- | config/arch/c6x.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config/arch/c6x.in b/config/arch/c6x.in new file mode 100644 index 00000000..93a8993f --- /dev/null +++ b/config/arch/c6x.in @@ -0,0 +1,15 @@ +# c6x specific configuration file + +## no-package +## select ARCH_SUPPORTS_32 +## select ARCH_DEFAULT_32 +## select ARCH_SUPPORTS_EITHER_ENDIAN +## select ARCH_DEFAULT_LE +## select ARCH_SUPPORTS_FLAT_FORMAT +## select ARCH_SUPPORTS_WITH_CPU +## 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) + |