gdb: Support install-strip target
authorRoland McGrath <mcgrathr@google.com>
Tue, 21 Jan 2014 19:01:04 +0000 (11:01 -0800)
committerRoland McGrath <mcgrathr@google.com>
Tue, 21 Jan 2014 19:01:04 +0000 (11:01 -0800)
commit4869db5e97b2062a3adf81158577171990248ef3
tree50469757b56011b3d3184a4e964cc2fd6388feb0
parent281e9aa624806dfde63d006d7706dd84d54788d1
gdb: Support install-strip target

gdb/
* configure.ac: Call AM_PROG_INSTALL_STRIP.
* configure: Regenerate.
* aclocal.m4: Regenerate.
* Makefile.in (install_sh, INSTALL_STRIP_PROGRAM, STRIP):
New substituted variables.
(install-strip): New target.
(INSTALL_SCRIPT): New substituted variable.
(FLAGS_TO_PASS): Add it.
(install-only): Use $(INSTALL_SCRIPT) rather than
$(INSTALL_PROGRAM) for gcore.
gdb/ChangeLog
gdb/Makefile.in
gdb/aclocal.m4
gdb/configure
gdb/configure.ac
This page took 0.029034 seconds and 4 git commands to generate.