]> gcc.gnu.org Git - gcc.git/commit
Ensure collect2 responds to intended commmand line options.
authorIain Sandoe <iain@sandoe.co.uk>
Sun, 23 Dec 2018 10:28:51 +0000 (10:28 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Sun, 23 Dec 2018 10:28:51 +0000 (10:28 +0000)
commitf67eeb79e18366528daf855648abb4e6069f8238
tree21edc059a38f46830baa8bf2975ff8a8e92367ba
parent0652a1512130cfda8a7ffb192f47bf19c9be2525
Ensure collect2 responds to intended commmand line options.

To ensure compatibility with the flags consumed by ld, some of the flags
needed by collect2 come from the command line and some are passed
in the COLLECT_GCC_OPTIONS.

Here we combine initial parses of both and then set the LTO mode accordingly.

2018-12-23  Iain Sandoe  <iain@sandoe.co.uk>

* collect2.c (main): Combine flags from both the command line and
COLLECT_GCC_OPTIONS to determine the set in force

From-SVN: r267369
gcc/ChangeLog
gcc/collect2.c
This page took 0.058263 seconds and 5 git commands to generate.