mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
12b122f31f
Rather than relying on _dl_ldsopath, this change causes ldd to compute the interpreter's basename directly. glibc ld.so seems to print the full path to the interpreter without any computed basename or =>. I personally prefer glibc's behavior, but to preserve backwards compatibility with uClibc ld.so, the existing format with the computed basename, =>, and full path is used here. This enables simpler (and unchanged) text processing in a pipeline. Signed-off-by: Mark Mentovai <mark at moxienet.com> SVN-Revision: 23892 |
||
---|---|---|
.. | ||
config-0.9.30.1 | ||
config-0.9.31 | ||
config-0.9.32 | ||
patches-0.9.30.1 | ||
patches-0.9.31 | ||
patches-0.9.32 | ||
Config.in | ||
Config.version | ||
Makefile |