diff options
| author | ruki <[email protected]> | 2022-01-13 22:40:16 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-01-13 10:06:07 +0800 |
| commit | d5687e7feccd26d28e94b4b6725e7acd3cd3e688 (patch) | |
| tree | 9ed0a029e83b4cf8fdcb2998f8324ff949777d5d | |
| parent | edcbcd5127a9f3b7bbe93d34aa1921856db9a8fb (diff) | |
add riscv32/64 support
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| m--------- | core/src/tbox/tbox | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b10e4f0c..3f8a2de57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * [#1896](https://github.com/xmake-io/xmake/issues/1896): Add `python.library` rule to build pybind modules * [#1939](https://github.com/xmake-io/xmake/issues/1939): Add `remove_files`, `remove_headerfiles` and mark `del_files` as deprecated * Made on_config as the official api for rule/target +* Add riscv32/64 support ### Changes @@ -1190,6 +1191,7 @@ * [#1896](https://github.com/xmake-io/xmake/issues/1896): 添加 `python.library` 规则去构建 pybind 模块,并且支持 soabi * [#1939](https://github.com/xmake-io/xmake/issues/1939): 添加 `remove_files`, `remove_headerfiles` 并且标记 `del_files` 作为废弃接口 * 将 on_config 作为正式的公开接口,用于 target 和 rule +* 添加 riscv32/64 支持 ### 改进 diff --git a/core/src/tbox/tbox b/core/src/tbox/tbox -Subproject 122a479e626ee3fdd7d6c1117ec7c19212a1e08 +Subproject 927fc0ed16e02f7591a8403754f351215bbf452 |
