Make the gcc-ar,nm, strip tools respond correctly to --help and --version
authorIain Sandoe <iain@sandoe.co.uk>
Wed, 22 Aug 2018 12:12:46 +0000 (12:12 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Wed, 22 Aug 2018 12:12:46 +0000 (12:12 +0000)
commit26e0e97b71007a5950bce61cf48bbc67afe784a1
treea84d5da57f63db3d36ad9f2a406b099faa9a399a
parent7c1dcf501277503dc2983e9257c7779279ae0ca8
Make the gcc-ar,nm, strip tools respond correctly to --help and --version
when there's no plugin built.

gcc/

PR other/704
* gcc-ar.c (main): Don’t try to invoke the plug-in if we’re not
building it.

From-SVN: r263768
gcc/ChangeLog
gcc/gcc-ar.c