diff options
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | README_zh.md | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -193,6 +193,8 @@ $ xmake f --menu * MinGW (i386, x86_64, arm, arm64) * Cygwin (i386, x86_64) * Wasm (wasm32, wasm64) +* Haiku (i386, x86_64) +* Harmony (x86_64, armeabi-v7a, arm64-v8a) * Cross (cross-toolchains ..) ## Supported toolchains @@ -242,6 +244,7 @@ masm32 The MASM32 SDK iverilog Icarus Verilog verilator Verilator open-source SystemVerilog simulator and lint system cosmocc build-once run-anywhere +hdk Harmony SDK ``` ## Supported languages diff --git a/README_zh.md b/README_zh.md index 20eab35bb..ad20aa0b8 100644 --- a/README_zh.md +++ b/README_zh.md @@ -255,6 +255,7 @@ $ xmake f --menu * Cygwin (i386, x86_64) * Wasm (wasm32, wasm64) * Haiku (i386, x86_64) +* Harmony (x86_64, armeabi-v7a, arm64-v8a) * Cross (cross-toolchains ..) ## 支持工具链 @@ -304,6 +305,7 @@ masm32 The MASM32 SDK iverilog Icarus Verilog verilator Verilator open-source SystemVerilog simulator and lint system cosmocc build-once run-anywhere +hdk Harmony SDK ``` ## 支持语言 |
