diff options
author | tnn <tnn@pkgsrc.org> | 2021-07-20 07:14:21 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2021-07-20 07:14:21 +0000 |
commit | 4e28ce14f5d58d53cf186db9aac80aef54079369 (patch) | |
tree | a06a4065c3ac96a62527c1cd1797639aae91badb /mk | |
parent | b84642796b48550d73fb01f1a287997b5c737918 (diff) | |
download | pkgsrc-4e28ce14f5d58d53cf186db9aac80aef54079369.tar.gz |
mk/defaults/options.description: +llvm-target-aarch64
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/options.description | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/defaults/options.description b/mk/defaults/options.description index 1c9a4ce2125..6c0b6727ff8 100644 --- a/mk/defaults/options.description +++ b/mk/defaults/options.description @@ -507,6 +507,7 @@ links Use and enable support for the links browser. lirc Enable LIRC receiving and sending IR signals support. live Enable live555 support. llvm Enable run time generation with Low Level Virtual Machine. +llvm-target-aarch64 Support code generation for 64-bit ARM CPUs. llvm-target-amdgpu Support code generation for AMD GPUs. llvm-target-arm Support code generation for ARM CPUs. llvm-target-mips Support code generation for MIPS CPUs. |