summaryrefslogtreecommitdiff
path: root/sim/common
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2019-12-18 08:50:57 -0700
committerTom Tromey <tromey@adacore.com>2019-12-19 11:28:53 -0700
commit78aa740b768e1e62f8bf9d216901245c452a31d9 (patch)
treed1dd2287b6a9cd4d653d36228bd5eaa9fd084e8f /sim/common
parent2032eb7e934e65ab071f2a6ee8ce92327715d01d (diff)
downloadbinutils-gdb-78aa740b768e1e62f8bf9d216901245c452a31d9.tar.gz
Add install-strip to sim/
PR build/24572 notes that "make install-strip" fails. For me, it works in every directory except "sim", so this patch adds install-strip targets to the Makefiles that appear there. sim/ChangeLog 2019-12-19 Tom Tromey <tromey@adacore.com> PR build/24572: * Makefile.in (install-strip): New target. sim/common/ChangeLog 2019-12-19 Tom Tromey <tromey@adacore.com> PR build/24572: * Makefile.in (install-strip): New target. sim/igen/ChangeLog 2019-12-19 Tom Tromey <tromey@adacore.com> PR build/24572: * Makefile.in (install-strip): New target. sim/ppc/ChangeLog 2019-12-19 Tom Tromey <tromey@adacore.com> PR build/24572: * Makefile.in (install-strip): New target. sim/testsuite/ChangeLog 2019-12-19 Tom Tromey <tromey@adacore.com> PR build/24572: * Makefile.in (install-strip): New target. Change-Id: I76613bc5c7e7812284f33826f8a5d914477fcdc5
Diffstat (limited to 'sim/common')
-rw-r--r--sim/common/ChangeLog5
-rw-r--r--sim/common/Makefile.in1
2 files changed, 6 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 12d900e8b68..6610c7ba9b2 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,8 @@
+2019-12-19 Tom Tromey <tromey@adacore.com>
+
+ PR build/24572:
+ * Makefile.in (install-strip): New target.
+
2019-12-01 Pavel I. Kryukov <kryukov@frtk.ru>
* sim-utils.c: Prevent buffer overflow.
diff --git a/sim/common/Makefile.in b/sim/common/Makefile.in
index c62bd260697..6d094aab363 100644
--- a/sim/common/Makefile.in
+++ b/sim/common/Makefile.in
@@ -115,6 +115,7 @@ force:
# Copy the files into directories where they will be run.
install: install-man
+install-strip: install-man
install-man: installdirs
n=`echo run | sed '$(program_transform_name)'`; \