zsh-workers
 help / color / mirror / code / Atom feed
* typo in gcc completion
@ 2017-02-13 19:29 Fabian Klötzl
  2017-02-14  0:39 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Fabian Klötzl @ 2017-02-13 19:29 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 145 bytes --]

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



[-- Attachment #2: _gcc.patch --]
[-- Type: text/x-patch, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: typo in gcc completion
  2017-02-13 19:29 typo in gcc completion Fabian Klötzl
@ 2017-02-14  0:39 ` Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 2017-02-14  0:39 UTC (permalink / raw)
  To: Fabian Klotzl, zsh-workers

On Feb 13,  8:29pm, Fabian Klotzl wrote:
}
} I found, what appears to be a typo in the _gcc completion script.
} Apparently, no one uses zsh on MIPS. A patch is attached.

I didn't think anyone still did anything on MIPS, the last time I
touched one was in 1998!  (It had just fallen to the floor from a
height of just over a meter due to a desk collapsing.  Damn thing
kept running.  The Nokia phone of desktop workstations.)

Anyway, thanks.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-02-14  0:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-13 19:29 typo in gcc completion Fabian Klötzl
2017-02-14  0:39 ` Bart Schaefer

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).