K 10 svn:author V 3 kib K 8 svn:date V 27 2012-11-02T14:18:30.923241Z K 7 svn:log V 541 MFC r238472: Pass --enable-new-dtags to the linker invocation by default. If desired, one can turn off the generation of post-ELF standard dtags by overriding it with --disable-new-dtags after the default switch. Immediate effect of the change is that -rpath path is now stored both in DT_RPATH and DT_RUNPATH tags, which is the right way to provide rpath for dynamic linker supporting DT_RUNPATH per specification. Note that rtld on stable/9 interprets DT_RPATH the same as DT_RUNPATH by default. MFC discussed with: kan (some time ago) END