From: Mike Baker Date: Fri, 24 Dec 2004 02:43:03 +0000 (+0000) Subject: added an ldd command X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=7c3f121e2e5728d30822149dbe2275c5736d9e00;p=15.05%2Fopenwrt.git added an ldd command git-svn-id: svn://svn.openwrt.org/openwrt/trunk@186 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/obsolete-buildroot/sources/openwrt/root/etc/profile b/obsolete-buildroot/sources/openwrt/root/etc/profile index fdccce1d4f..29cd340b3e 100644 --- a/obsolete-buildroot/sources/openwrt/root/etc/profile +++ b/obsolete-buildroot/sources/openwrt/root/etc/profile @@ -6,3 +6,4 @@ export PS1='\u@\h:\w\$ ' alias less=more alias vim=vi +ldd() { LD_TRACE_LOADED_OBJECTS=1 $*; }