From d5687e7feccd26d28e94b4b6725e7acd3cd3e688 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 13 Jan 2022 22:40:16 +0800 Subject: add riscv32/64 support --- CHANGELOG.md | 2 ++ core/src/tbox/tbox | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 index 122a479e6..927fc0ed1 160000 --- a/core/src/tbox/tbox +++ b/core/src/tbox/tbox @@ -1 +1 @@ -Subproject commit 122a479e626ee3fdd7d6c1117ec7c19212a1e087 +Subproject commit 927fc0ed16e02f7591a8403754f351215bbf4524 -- cgit v1.3.1