diff options
author | Lauri Aarnio <Lauri.Aarnio@iki.fi> | 2008-12-03 18:06:12 +0200 |
---|---|---|
committer | Lauri Leukkunen <lle@rahina.org> | 2008-12-11 23:44:12 +0200 |
commit | 02c56b01d570be54aa2771ae9964b76ed5abe86f (patch) | |
tree | a2c22e7e8ce33f31aa983955f602b2b7c27ada42 /Makefile | |
parent | 96b7313dc4ab81d0d2bb03421b6310e64171fda2 (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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; \ |