aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/qemu/qemu-2012.01/no-strip.patch
blob: 25e42da09d58522064f6e762323bffff2902823d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Subject: [PATCH] Upstream-Status: Inappropriate [configuration]

---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index ffd3364..38d8352 100644
--- a/Makefile
+++ b/Makefile
@@ -288,7 +288,7 @@ install-sysconfig:
 install: all $(if $(BUILD_DOCS),install-doc) install-sysconfig
 	$(INSTALL_DIR) "$(DESTDIR)$(bindir)"
 ifneq ($(TOOLS),)
-	$(INSTALL_PROG) $(STRIP_OPT) $(TOOLS) "$(DESTDIR)$(bindir)"
+	$(INSTALL_PROG) $(TOOLS) "$(DESTDIR)$(bindir)"
 endif
 ifneq ($(BLOBS),)
 	$(INSTALL_DIR) "$(DESTDIR)$(datadir)"