summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-01-29 22:28:05 +0800
committerruki <[email protected]>2021-01-29 22:28:05 +0800
commit408d898221d3746559a3d04ced947aa89a674ac6 (patch)
tree6221b77d713d43b200e1a8f42885d444bbb42fe3
parent3521254b3710f2e937fe37d38c8a9d7e6ed8e343 (diff)
rename musl to muslcc
-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/")