This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] gdb: Support install-strip target


> This makes gdb support the install-strip target, which all the other
> binutils subdirs that are automake-driven already support.  I just
> copied the automake-generated logic.
> 
> OK for trunk and 7.7 branch?

I had a look at the (generated) differences in aclocal.m4 and configure,
in order to evaluate the impact on 7.7, and I didn't see anything that
would cause an abort of the configure. So OK for 7.7 if ok for master.

> gdb/
> 2014-01-16  Roland McGrath  <mcgrathr@google.com>
> 
> 	* 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.


-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]