From: mbm Date: Fri, 24 Dec 2004 02:43:03 +0000 (+0000) Subject: added an ldd command X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/0491b7838176bd20b204d29b93f5d114ebcfd1c9?hp=ebe6a45c7028e1e27036b15b5adbe32118dd5fc4 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 fdccce1d4..29cd340b3 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 $*; }