Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] Update list of fbsd architectures
- X-seq: zsh-workers 42964
- From: Eitan Adler <lists@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] Update list of fbsd architectures
- Date: Sat, 9 Jun 2018 00:03:18 +0000
- Cc: Eitan Adler <lists@xxxxxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=from:to:cc:subject:date:message-id; bh=gy9nNMFCNYUT4ib8TVsb8vFdKYJAEU4rr/Ve7O38JRc=; b=Ryahsj4qLvosrzQ4XlNu6QKvbF+NOy+fZnF2a4p2argT6KDlxhR/nqEJcx/2FYwQQv LPNDjAADbg8k79CLIXioPufVGEGPy8LHnugmeKd98BcEpDd2JDYX66ynaVoDL0pV+01/ y6zPl9X9zxJlzw7IIR2zXjlWtmd7O6u3xt9yM=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
There are multiple lists of fbsd arches: architectures, ABIs, etc. This
list is taken from "ALL_MACHINE_LIST" which roughly matches what was
used before.
Signed-off-by: Eitan Adler <lists@xxxxxxxxxxxxxx>
---
Completion/BSD/Type/_fbsd_architectures | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Completion/BSD/Type/_fbsd_architectures b/Completion/BSD/Type/_fbsd_architectures
index 24bdf4620..011d0b466 100644
--- a/Completion/BSD/Type/_fbsd_architectures
+++ b/Completion/BSD/Type/_fbsd_architectures
@@ -3,4 +3,4 @@
local expl
_description architectures expl 'architecture'
-compadd "$@" "$expl[@]" amd64 arm arm64 i386 mips ppc sparc xbox
+compadd "$@" "$expl[@]" amd64 arm arm64 i386 mips powerpc riscv sparc64
--
2.17.1
Messages sorted by:
Reverse Date,
Date,
Thread,
Author