summaryrefslogtreecommitdiffstats
path: root/rules/readline.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-01-06 14:02:47 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-01-06 14:02:47 +0000
commit18ec55c7d6dc15ce9dcdd85893a43a0a4a783860 (patch)
treea539947f1844de25eeac10cd73c58785d797bd2d /rules/readline.make
parentaf81098335f037d44c3d58dfb9d029b5440a6ec7 (diff)
downloadptxdist-18ec55c7d6dc15ce9dcdd85893a43a0a4a783860.tar.gz
ptxdist-18ec55c7d6dc15ce9dcdd85893a43a0a4a783860.tar.xz
add stripping
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2125 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/readline.make')
-rw-r--r--rules/readline.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/readline.make b/rules/readline.make
index 96c291a25..2a2d87ac5 100644
--- a/rules/readline.make
+++ b/rules/readline.make
@@ -128,6 +128,7 @@ readline_targetinstall_deps = $(STATEDIR)/readline.compile
$(STATEDIR)/readline.targetinstall: $(readline_targetinstall_deps)
@$(call targetinfo, $@)
$(call copy_root, 0, 0, 0644, $(READLINE_DIR)/shlib/libreadline.so.5.0, /lib/libreadline.so.5.0)
+ $(CROSSSTRIP) -R .note -R .comment $(ROOTDIR)/lib/libreadline.so.5.0
$(call link_root, libreadline.so.5.0, /lib/libreadline.so.5)
$(call link_root, libreadline.so.5.0, /lib/libreadline.so)
touch $@