summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-01-25 00:38:10 +0800
committerruki <[email protected]>2025-01-25 00:38:10 +0800
commitef10196cf27fcb419d78f9e30e84e806b4e97809 (patch)
treeff344fd3b05a3118a17450b364fdbee0e7baa72f
parent8d1f5001b073cbfeed8ac23510f21bcfb72e5fab (diff)
update changelog
-rw-r--r--CHANGELOG.md4
-rw-r--r--README.md1
-rw-r--r--README_zh.md1
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 919660fe8..3241e1a85 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,7 +11,7 @@
* [#5945](https://github.com/xmake-io/xmake/issues/5945): Check pkgconfig/cmake importfiles for package
* [#6054](https://github.com/xmake-io/xmake/issues/6054): Add xmake bundle for linux
* [#6071](https://github.com/xmake-io/xmake/issues/6071): Improve to download package for git url, support for sparse-checkout
-* [#5163](https://github.com/xmake-io/xmake/issues/5163): Support TI-CGT C6000 compiler
+* [#5163](https://github.com/xmake-io/xmake/issues/5163): Support TI-CGT C2000/C6000 compiler
### Changes
@@ -1950,7 +1950,7 @@
* [#5945](https://github.com/xmake-io/xmake/issues/5945): 检测 pkgconfig/cmake 导入文件
* [#6054](https://github.com/xmake-io/xmake/issues/6054): 为 linux 添加 xmake bundle 包
* [#6071](https://github.com/xmake-io/xmake/issues/6071): 改进 git 包下载,支持仅仅 clone 指定子目录
-* [#5163](https://github.com/xmake-io/xmake/issues/5163): 支持 TI-CGT C6000 编译器
+* [#5163](https://github.com/xmake-io/xmake/issues/5163): 支持 TI-CGT C2000/C6000 编译器
### 改进
diff --git a/README.md b/README.md
index ac075209d..88105aaa6 100644
--- a/README.md
+++ b/README.md
@@ -246,6 +246,7 @@ iverilog Icarus Verilog
verilator Verilator open-source SystemVerilog simulator and lint system
cosmocc build-once run-anywhere
hdk Harmony SDK
+ti-c2000 TI-CGT C2000 compiler
ti-c6000 TI-CGT C6000 compiler
```
diff --git a/README_zh.md b/README_zh.md
index de80c4e44..8ac310a44 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -307,6 +307,7 @@ iverilog Icarus Verilog
verilator Verilator open-source SystemVerilog simulator and lint system
cosmocc build-once run-anywhere
hdk Harmony SDK
+ti-c2000 TI-CGT C2000 compiler
ti-c6000 TI-CGT C6000 compiler
```