zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] Update list of fbsd architectures
@ 2018-06-09  0:03 Eitan Adler
  0 siblings, 0 replies; only message in thread
From: Eitan Adler @ 2018-06-09  0:03 UTC (permalink / raw)
  To: zsh-workers; +Cc: Eitan Adler

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@eitanadler.com>
---
 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-09  1:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-09  0:03 [PATCH] Update list of fbsd architectures Eitan Adler

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).