From: Mike Baker Date: Fri, 24 Dec 2004 02:43:03 +0000 (+0000) Subject: added an ldd command X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=721295d923a69a64b5406ae5786b89bae83a0448;p=librecmc%2Flibrecmc.git added an ldd command SVN-Revision: 186 --- 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 $*; }