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

typo in gcc completion



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