diff options
| author | ruki <[email protected]> | 2024-03-25 23:12:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-03-25 23:12:19 +0800 |
| commit | 76a093f12a740f2b2e35a1bae3bb8e6644100d80 (patch) | |
| tree | 1e1913abb4fb6f9b046f4be808725b3a4a706849 | |
| parent | 64dd29de111f4c7859f20ac02983fac32e932d77 (diff) | |
update readme
| -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 ``` ## 支持语言 |
