summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLauri Aarnio <Lauri.Aarnio@iki.fi>2008-12-03 18:06:12 +0200
committerLauri Leukkunen <lle@rahina.org>2008-12-11 23:44:12 +0200
commit02c56b01d570be54aa2771ae9964b76ed5abe86f (patch)
treea2c22e7e8ce33f31aa983955f602b2b7c27ada42 /Makefile
parent96b7313dc4ab81d0d2bb03421b6310e64171fda2 (diff)
Added wrapper for "ldd"
- The new "ldd" wrapper uses sb2-show to detect type of the binary, and then executes either ldd from target_root or simulates the host version - a new command "binarytype" was added to sb2-show
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 32939b0..c3c7422 100644
--- a/Makefile
+++ b/Makefile
@@ -170,6 +170,7 @@ install-noarch: regular
install -c -m 755 $(SRCDIR)/wrappers/debconf2po-update $(prefix)/share/scratchbox2/wrappers/debconf2po-update
install -c -m 755 $(SRCDIR)/wrappers/host-gcc-tools-wrapper $(prefix)/share/scratchbox2/wrappers/host-gcc-tools-wrapper
install -c -m 755 $(SRCDIR)/wrappers/gdb $(prefix)/share/scratchbox2/wrappers/gdb
+ install -c -m 755 $(SRCDIR)/wrappers/ldd $(prefix)/share/scratchbox2/wrappers/ldd
(cd $(prefix)/share/scratchbox2/wrappers; \
for f in $(host_prefixed_gcc_bins); do \
ln -sf host-gcc-tools-wrapper $$f; \