diff options
| author | ruki <[email protected]> | 2024-04-12 22:52:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-04-12 22:52:09 +0800 |
| commit | e39ff9d876e33cc36e4eb9e196ca665ecefc9f96 (patch) | |
| tree | 52e8af799bd3e31f0795339269e2e4e1225862f1 | |
| parent | 5bbe73d7c0da9af023346d0b2b88d5177d464194 (diff) | |
update readme
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | README_zh.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -182,7 +182,7 @@ $ xmake f --menu * Windows (x86, x64, arm64) * macOS (i386, x86_64, arm64) -* Linux (i386, x86_64, cross-toolchains ..) +* Linux (i386, x86_64, arm, arm64, riscv, mips, 390x, sh4 ...) * *BSD (i386, x86_64) * Android (x86, x86_64, armeabi, armeabi-v7a, arm64-v8a) * iOS (armv7, armv7s, arm64, i386, x86_64) diff --git a/README_zh.md b/README_zh.md index ad20aa0b8..06b1d348f 100644 --- a/README_zh.md +++ b/README_zh.md @@ -243,7 +243,7 @@ $ xmake f --menu * Windows (x86, x64, arm64) * macOS (i386, x86_64, arm64) -* Linux (i386, x86_64, cross-toolchains ..) +* Linux (i386, x86_64, arm, arm64, riscv, mips, 390x, sh4 ...) * *BSD (i386, x86_64) * Android (x86, x86_64, armeabi, armeabi-v7a, arm64-v8a) * iOS (armv7, armv7s, arm64, i386, x86_64) |
