]> git.ipfire.org Git - thirdparty/gcc.git/commit
Darwin, opts processing - Initial tidy.
authoriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Jun 2019 18:31:44 +0000 (18:31 +0000)
committeriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Jun 2019 18:31:44 +0000 (18:31 +0000)
commit9e404eed2ccfd5b00ea65dfec05d2a1fc09f3545
tree046854fc5337b97ac1f9392ed07b82358f75dffd
parent1e2ed6565d6d08f5db83f23822f99e6694a00f73
Darwin, opts processing - Initial tidy.

This change adds RejectNegative in a number of places it was needed,
reorders the opts into two groups (one general and one driver-only).
We also add a minimal description to each opt, and note some that
are now obsolete.  The only functional change is to permit
-mtarget-linker= as an alias of -mtarget-linker.

gcc/

2019-06-14  Iain Sandoe  <iain@sandoe.co.uk>

* config/darwin.opt: Add RejectNegative where needed, reorder
and add minimal functional descriptions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272308 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/darwin.opt