diff options
author | wenghongquan <93646063+wenghongquan@users.noreply.github.com> | 2021-12-09 21:00:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-09 14:00:33 +0100 |
commit | 742e9d65ad6b56387dc6bf9a2be1b95c510fd0c4 (patch) | |
tree | 0101f6dece6c4fe3f678deffd793c09fc0ea3552 /tools/nim.zsh-completion | |
parent | 502ac4ed5e539146d31920d50020ae35668f4755 (diff) | |
download | Nim-742e9d65ad6b56387dc6bf9a2be1b95c510fd0c4.tar.gz |
Add support for LoongArch (#19223)
* Add support for LoongArch * Update compiler/installer.ini Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
Diffstat (limited to 'tools/nim.zsh-completion')
-rw-r--r-- | tools/nim.zsh-completion | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/nim.zsh-completion b/tools/nim.zsh-completion index 07a221e9c..45477d860 100644 --- a/tools/nim.zsh-completion +++ b/tools/nim.zsh-completion @@ -95,6 +95,7 @@ _nim() { '*--cpu=sparc64[compile for SPARC64 architecture]' \ '*--cpu=vm[compile for Nim VM]' \ '*--cpu=wasm32[compile to WASM 32]' \ + '*--cpu=loongarch64[compile for LoongArch64 architecture]' \ '*--gc=refc[use reference counting garbage collection]' \ '*--gc=arc[use ARC garbage collection]' \ '*--gc=orc[use ORC garbage collection]' \ |