Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
typo in gcc completion
- X-seq: zsh-workers 40539
- From: Fabian Klötzl <fabian@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: typo in gcc completion
- Date: Mon, 13 Feb 2017 20:29:57 +0100
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi,
I found, what appears to be a typo in the _gcc completion script.
Apparently, no one uses zsh on MIPS. A patch is attached.
Best,
Fabian
diff --git a/Completion/Unix/Command/_gcc b/Completion/Unix/Command/_gcc
index 1276054db..095dede80 100644
--- a/Completion/Unix/Command/_gcc
+++ b/Completion/Unix/Command/_gcc
@@ -94,7 +94,7 @@ romp)
;;
mips*)
args=(
- '-mcpu=:CPU type:(r2000 r3000 r4000 r4400 r4600 r6000_'
+ '-mcpu=:CPU type:(r2000 r3000 r4000 r4400 r4600 r6000)'
-mabicalls -membedded-data
-membedded-pic -mfp32 -mfp64 -mgas -mgp32 -mgp64
-mgpopt -mhalf-pic -mhard-float -mint64 -mips1
Messages sorted by:
Reverse Date,
Date,
Thread,
Author