summaryrefslogtreecommitdiff
path: root/library/unwind/build.rs
Commit message (Expand)AuthorAgeFilesLines
* Move most of unwind's build script to lib.rsbjorn32022-11-141-24/+0
* unwind: don't build dependency when building for MiriRalf Jung2022-08-151-1/+7
* add crt-static for androidBryanskiy2022-08-101-6/+1
* Add LLVM based mingw-w64 targetsMateusz MikuĊ‚a2022-05-131-1/+1
* Rely on #[link] attribute for unwind on Fuchsia.Adam Perry2022-04-041-2/+0
* Android: -ldl must appear after -lgcc when linkingAmanieu d'Antras2021-11-301-0/+3
* build llvm libunwind.a in rustbuild121011112021-08-281-136/+10
* Support Android ndk versions `r23-beta3` and upTilmann Meyer2021-06-011-0/+14
* cleanup and fix compiling of libunwind121011112021-05-261-72/+74
* Remove the x86_64-rumprun-netbsd targetSimonas Kazlauskas2021-02-271-2/+0
* Don't build in-tree llvm-libunwind if system-llvm-libunwind is enable121011112021-01-091-0/+4
* Drop support for cloudabi targetsLzu Tao2020-11-221-2/+0
* unwind: Move linux-gnu library linking to lib.rs and libcJosh Triplett2020-10-041-3/+1
* mv std libs to library/mark2020-07-271-0/+159