Commit 7b0bfaa 1 parent 4a1dd4e commit 7b0bfaa Copy full SHA for 7b0bfaa
File tree 3 files changed +3
-1
lines changed
xmake/toolchains/ti-c6000
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -246,6 +246,7 @@ iverilog Icarus Verilog
246
246
verilator Verilator open-source SystemVerilog simulator and lint system
247
247
cosmocc build-once run-anywhere
248
248
hdk Harmony SDK
249
+ ti-c6000 TI-CGT C6000 compiler
249
250
```
250
251
251
252
## Supported languages
Original file line number Diff line number Diff line change @@ -307,6 +307,7 @@ iverilog Icarus Verilog
307
307
verilator Verilator open-source SystemVerilog simulator and lint system
308
308
cosmocc build-once run-anywhere
309
309
hdk Harmony SDK
310
+ ti-c6000 TI-CGT C6000 compiler
310
311
```
311
312
312
313
## 支持语言
Original file line number Diff line number Diff line change 21
21
toolchain (" ti-c6000" )
22
22
set_kind (" standalone" )
23
23
set_homepage (" https://www.ti.com" )
24
- set_description (" TI-CGT compiler for C6000 DSP " )
24
+ set_description (" TI-CGT C6000 compiler " )
25
25
26
26
set_toolset (" cc" , " cl6x" )
27
27
set_toolset (" cxx" , " cl6x" )
You can’t perform that action at this time.
0 commit comments