summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--README_zh.md2
-rw-r--r--xmake/toolchains/muslcc/xmake.lua (renamed from xmake/toolchains/musl/xmake.lua)2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7499297da..7d7b08f29 100644
--- a/README.md
+++ b/README.md
@@ -215,7 +215,7 @@ tinyc Tiny C Compiler
emcc A toolchain for compiling to asm.js and WebAssembly
icc Intel C/C++ Compiler
ifort Intel Fortran Compiler
-musl The musl-based cross-compilation toolchains
+muslcc The musl-based cross-compilation toolchains
```
## Supported Languages
diff --git a/README_zh.md b/README_zh.md
index 4b1120d85..e6548260a 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -224,7 +224,7 @@ tinyc Tiny C Compiler
emcc A toolchain for compiling to asm.js and WebAssembly
icc Intel C/C++ Compiler
ifort Intel Fortran Compiler
-musl The musl-based cross-compilation toolchains
+muslcc The musl-based cross-compilation toolchains
```
## 支持语言
diff --git a/xmake/toolchains/musl/xmake.lua b/xmake/toolchains/muslcc/xmake.lua
index 2bcf5ce22..a78139238 100644
--- a/xmake/toolchains/musl/xmake.lua
+++ b/xmake/toolchains/muslcc/xmake.lua
@@ -19,7 +19,7 @@
--
-- define toolchain
-toolchain("musl")
+toolchain("muslcc")
-- set homepage
set_homepage("https://musl.cc/")