OSDN Git Service

Allow use of executable RUNPATH/RPATH when finding libraries.
authorSteve Ellcey <sellcey@imgtec.com>
Fri, 20 Feb 2015 00:03:26 +0000 (16:03 -0800)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 20 Feb 2015 14:41:13 +0000 (15:41 +0100)
commit409f14d9b5e47513d5c939120a33965997c8ceb2
treeaf01e95643153b7632712b099057a07f2b61faf5
parent30a92760abebf268c255aa8a15c35ca0c865fe88
Allow use of executable RUNPATH/RPATH when finding libraries.

This option will modify ldso so that it will use the executables
RUNPATH/RPATH to find to find libraries even though this behavour
is not standard.  Setting this option causes the uclibc dynamic linker
behavour to match the glibc dynamic linker.

Signed-off-by: Steve Ellcey <sellcey@imgtec.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
extra/Configs/Config.in
ldso/ldso/dl-elf.c