aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rust/alpine-need-rpath.patch
Commit message (Collapse)AuthorAgeFilesLines
* testing/rust: add Alpine-specific target, move our local differences thereShiz2017-04-211-11/+0
| | | | | | | This adds new Alpine targets to Rust, $arch-alpine-linux-musl that embed our toolchain and distribution differences. We also modify the APKBUILD to properly support (pseudo-)cross-compilation from the $arch-unknown-linux-musl bootstrap targets to this new target.
* testing/rust: properly force RPATH with a new target optionShiz2017-04-211-0/+11
These patches add a new target option, `need_rpath`, to force RPATH embedding in appropriate situations. We also minimize the generated RPATH.