aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rust/allow-crt-static-on-stable.patch
Commit message (Collapse)AuthorAgeFilesLines
* testing/rust: reorganize patchesShiz2017-04-211-41/+0
| | | | | | | 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.
* testing/rust: build dynamically linked binaries by defaultJakub Jirutka2017-04-131-5/+5
| | | | | Note that users still can switch to static linking using `-C target-feature=+crt-static`, that is allowed in our rustc.
* testing/rust: fix multiple issues with static/dynamic linkingJakub Jirutka2017-04-121-2/+2
|
* testing/rust: add check for static/dynamic PICJakub Jirutka2017-04-091-0/+9
|
* testing/rust: upgrade to 1.16.0 and properly fix dynamic linkingJakub Jirutka2017-04-091-0/+32