summaryrefslogtreecommitdiffstats
path: root/Completion
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-02-14 13:11:20 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2016-02-14 13:11:20 -0800
commite3188ff0e80bd9e4515fc50ce8c2e78b3f2f4fdc (patch)
treea221933123ab33f3089329c893827053e89d7497 /Completion
parent37972: Redirect stderr to /dev/null in cases where ${~param} might generate e... (diff)
downloadzsh-e3188ff0e80bd9e4515fc50ce8c2e78b3f2f4fdc.tar
zsh-e3188ff0e80bd9e4515fc50ce8c2e78b3f2f4fdc.tar.gz
zsh-e3188ff0e80bd9e4515fc50ce8c2e78b3f2f4fdc.tar.bz2
zsh-e3188ff0e80bd9e4515fc50ce8c2e78b3f2f4fdc.tar.lz
zsh-e3188ff0e80bd9e4515fc50ce8c2e78b3f2f4fdc.tar.xz
zsh-e3188ff0e80bd9e4515fc50ce8c2e78b3f2f4fdc.tar.zst
zsh-e3188ff0e80bd9e4515fc50ce8c2e78b3f2f4fdc.zip
37898: complete gcc linker options
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_gcc14
1 files changed, 14 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_gcc b/Completion/Unix/Command/_gcc
index 2c5ffdc8a..1276054db 100644
--- a/Completion/Unix/Command/_gcc
+++ b/Completion/Unix/Command/_gcc
@@ -763,6 +763,20 @@ args+=(
'-fpack-struct=-[Set initial maximum structure member alignment]:alignment: '
)
+# More linker options, from gcc man pages