From 66254843a57420cf46899b71526fe2481ca7a554 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 28 Nov 2010 22:10:13 +0100 Subject: target-finalize: libtread_db: support nonstd toolchain setups Certain toolchain configs (E.G. on blackfin), don't use symlinks, so the file name to match is the actual SONAME (.so.*). Support these toolchains as well. Signed-off-by: Mike Frysinger Signed-off-by: Peter Korsgaard --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fc165e1b5..8dbb026b7 100644 --- a/Makefile +++ b/Makefile @@ -418,7 +418,7 @@ ifneq ($(BR2_HAVE_DOCUMENTATION),y) rm -rf $(TARGET_DIR)/usr/share/gtk-doc -rmdir $(TARGET_DIR)/usr/share 2>/dev/null endif - find $(TARGET_DIR) -type f -perm +111 '!' -name 'libthread_db*.so' | \ + find $(TARGET_DIR) -type f -perm +111 '!' -name 'libthread_db*.so*' | \ xargs $(STRIPCMD) 2>/dev/null || true find $(TARGET_DIR)/lib/modules -type f -name '*.ko' | \ xargs -r $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) -- cgit v1.2.3-55-g7522