aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-11-20 19:37:58 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2010-11-20 19:37:58 +0000
commit9b980aa1edeb440c40b001070e82a5461ac15d18 (patch)
treecb41aeb703cf4a5dd44d129a88792146064f1111 /configure
parent5c08b7d40e284da08c08afaef5efd4d50a36cb89 (diff)
downloadgdb-9b980aa1edeb440c40b001070e82a5461ac15d18.zip
gdb-9b980aa1edeb440c40b001070e82a5461ac15d18.tar.gz
gdb-9b980aa1edeb440c40b001070e82a5461ac15d18.tar.bz2
PR other/46202: implement install-strip.
/: PR other/46202 * configure.ac: Fix just-built in-tree STRIP name to be binutils/strip-new. * configure: Regenerate. * Makefile.def (install-strip-gcc, install-strip-binutils) (install-strip-opcodes, install-strip-ld, install-strip-itcl) (install-strip-sid): Mirror dependencies on non-strip variants of these targets on the respective -strip prerequisites. * Makefile.tpl (install-strip, install-strip-host) (install-strip-target): New targets. (install-strip-[+module+], install-strip-target-[+module+]): New targets. * Makefile.in: Regenerate. etc/: * Makefile.in (install-strip): New target. libiberty/: PR other/46202 * Makefile.in (install-strip): New phony target. (install): Also mark as phony.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f224ab6..28f4c9f 100755
--- a/configure
+++ b/configure
@@ -13813,7 +13813,7 @@ else
if test $ok = yes; then
# An in-tree tool is available and we can use it
- STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip'
+ STRIP_FOR_TARGET='$$r/$(HOST_SUBDIR)/binutils/strip-new'
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: just compiled" >&5
$as_echo "just compiled" >&6; }
elif expr "x$STRIP_FOR_TARGET" : "x/" > /dev/null; then