[Bug driver/69361] Nonsensical suggestion for misspelled command-line option "-help"
dmalcolm at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jan 19 21:27:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69361
--- Comment #2 from David Malcolm <dmalcolm at gcc dot gnu.org> ---
Notes to self:
Trying to locate the "-h" option.
grep -nH -e "^h" *.opt
common.opt:2759:h
which is:
h
Driver Joined Separate
it was added in r166155 (37ef985f35a963f06b8112872899cb9d6811969)
which suggests it's a shorthand for --soname on FreeBSD.
More information about the Gcc-bugs
mailing list