Add install-strip target to gdbserver
authorHannes Domani <ssbssa@yahoo.de>
Fri, 24 Jan 2020 14:03:14 +0000 (15:03 +0100)
committerHannes Domani <ssbssa@yahoo.de>
Fri, 24 Jan 2020 18:18:28 +0000 (19:18 +0100)
commitbdaed379e9c19ff38a00c9e210e4f7d56f7c5880
tree70d1f53f2db321e52d0f1b993d5405ae9f85616a
parent3050c6f4bcfd43c526b4a47fcb0ac15d3de5c1fd
Add install-strip target to gdbserver

So far this was only possible indirectly when invoked from the gdb directory.
This makes the install-strip target independent from gdb.

2020-01-24  Hannes Domani  <ssbssa@yahoo.de>

* Makefile.in (install-strip): New target.
(install_sh, INSTALL_STRIP_PROGRAM, STRIP): New variables.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* configure.ac: Add AM_PROG_INSTALL_STRIP.
gdb/gdbserver/ChangeLog
gdb/gdbserver/Makefile.in
gdb/gdbserver/aclocal.m4
gdb/gdbserver/configure
gdb/gdbserver/configure.ac
This page took 0.036077 seconds and 4 git commands to generate.