]> git.lizzy.rs Git - rust.git/commit
Auto merge of #30394 - geofft:dt-runpath, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 19 Dec 2015 19:39:25 +0000 (19:39 +0000)
committerbors <bors@rust-lang.org>
Sat, 19 Dec 2015 19:39:25 +0000 (19:39 +0000)
commit712eccee29002b618b72eb8b781074775e8f2cb8
tree7867616a7fe7e49cd70dadc45434596c75948c7c
parentd8cc67fb26544ccd6b0292a3e3ddc730131e9256
parentcec2d144a1afb073574c2390826cf9343968bb1a
Auto merge of #30394 - geofft:dt-runpath, r=alexcrichton

This causes the linker to emit DT_RUNPATH instead of DT_RPATH, which fixes #30378. See that bug for rationale.