diff options
| author | ruki <[email protected]> | 2020-06-10 00:51:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-06-09 23:06:30 +0800 |
| commit | 3ad919033e2b02477b6de67d25c7eaae216519ac (patch) | |
| tree | 460d3b9028fe02fe4255f6dd9c21ca262cdcade6 /README.md | |
| parent | ae0e3a67f2b806bb0d5c83229e6d925014874a7b (diff) | |
update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -166,9 +166,32 @@ The test project: [xmake-core](https://github.com/xmake-io/xmake/tree/master/cor * MSYS (i386, x86_64) * MinGW (i386, x86_64) * Cygwin (i386, x86_64) -* SDCC (stm8, mcs51, ..) * Cross (cross-toolchains ..) +## Supported toolchains + +```bash +$ xmake show -l toolchains +xcode Xcode IDE +vs VisualStudio IDE +yasm The Yasm Modular Assembler +clang A C language family frontend for LLVM +go Go Programming Language Compiler +dlang D Programming Language Compiler +sdcc Small Device C Compiler +cuda CUDA Toolkit +ndk Android NDK +rust Rust Programming Language Compiler +llvm A collection of modular and reusable compiler and toolchain technologies +cross Common cross compilation toolchain +nasm NASM Assembler +gcc GNU Compiler Collection +mingw Minimalist GNU for Windows +gnu-rm GNU Arm Embedded Toolchain +envs Environment variables toolchain +fasm Flat Assembler +``` + ## Supported Languages * C |
