]> git.ipfire.org Git - thirdparty/gcc.git/commit
c++tools: fix install-strip [PR 98328]
authorNathan Sidwell <nathan@acm.org>
Wed, 16 Dec 2020 19:44:42 +0000 (11:44 -0800)
committerNathan Sidwell <nathan@acm.org>
Wed, 16 Dec 2020 19:57:31 +0000 (11:57 -0800)
commit3f78c8cb7f0e025a61734af8d9b9ad70e1b66e40
treed5ecca3cab502afcd21db4394fd28bae60b778a6
parent4d4f82959aa0802611f1183389c4c74d22431e49
c++tools: fix install-strip [PR 98328]

I'd missed an install-strip rule in c++tools.  Here it is, cribbed
from gcc/ subdir.

c++tools/
* Makefile.in (INSTALL): Replace with ...
(INSTALL_PROGRAM): ... this.
(INSTALL_STRIP_PROGRAM): New.
(install-strip): New target.
(install): Use INSTALL_PROGRAM.
* configure.ac: Add INSTALL_PROGRAM.
* configure: Regenerated.
c++tools/Makefile.in
c++tools/configure
c++tools/configure.ac