aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rust/alpine-musl-dynamic-linking-by-default.patch
Commit message (Collapse)AuthorAgeFilesLines
* testing/rust: add Alpine-specific target, move our local differences thereShiz2017-04-211-16/+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: reorganize patchesShiz2017-04-211-0/+16
This divides up the patches in three logical categories: - musl-*.patch: musl support patches intended for upstreaming; - alpine-*.patch: Alpine-specific patches that are likely not upstreamable; - *.patch: functionality patch that may make it upstream.