diff options
| author | ruki <[email protected]> | 2020-03-16 23:20:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-03-16 14:03:03 +0800 |
| commit | 83d289acd55263bce45a3d3ebe389b84bdd27a1f (patch) | |
| tree | 639861301c42ae8820faf84ed0bc1456b7aeb055 | |
| parent | 8dfb6e866604516ecff093404cec9182a1c3d6b1 (diff) | |
update readme
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | README_zh.md | 14 |
2 files changed, 15 insertions, 7 deletions
@@ -136,11 +136,15 @@ $ xmake f --menu * Windows (x86, x64) * macOS (i386, x86_64) -* Linux (i386, x86_64, cross-toolchains ...) -* Android (armv5te, armv6, armv7-a, armv8-a, arm64-v8a) +* Linux (i386, x86_64, cross-toolchains ..) +* Android (i386, x86_64, armv5te, armv7-a, armv8-a, arm64-v8a, mips) * iOS (armv7, armv7s, arm64, i386, x86_64) * WatchOS (armv7k, i386) +* MSYS (i386, x86_64) * MinGW (i386, x86_64) +* Cygwin (i386, x86_64) +* SDCC (stm8, mcs51, ..) +* Cross (cross-toolchains ..) ## Supported Languages diff --git a/README_zh.md b/README_zh.md index e5c101414..e97b804ac 100644 --- a/README_zh.md +++ b/README_zh.md @@ -141,12 +141,16 @@ $ xmake f --menu ## 支持平台 * Windows (x86, x64) -* Macosx (i386, x86_64) -* Linux (i386, x86_64, cross-toolchains ...) -* Android (armv5te, armv6, armv7-a, armv8-a, arm64-v8a) -* iPhoneOS (armv7, armv7s, arm64, i386, x86_64) +* macOS (i386, x86_64) +* Linux (i386, x86_64, cross-toolchains ..) +* Android (i386, x86_64, armv5te, armv7-a, armv8-a, arm64-v8a, mips) +* iOS (armv7, armv7s, arm64, i386, x86_64) * WatchOS (armv7k, i386) -* Mingw (i386, x86_64) +* MSYS (i386, x86_64) +* MinGW (i386, x86_64) +* Cygwin (i386, x86_64) +* SDCC (stm8, mcs51, ..) +* Cross (cross-toolchains ..) ## 支持语言 |
