Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] Update list of fbsd architectures



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