rust/src/libunwind
Mazdak Farrokhzad c53ce3b0cf
Rollup merge of #63595 - semarie:openbsd-sparc64, r=alexcrichton
add sparc64-unknown-openbsd target

on OpenBSD, some architectures relies on libc++ (from LLVM) and some
others on libestdc++ (particular version of libstdc++ from GCC).

sparc64-unknown-openbsd needs libestdc++ and libgcc (as x86_64 some
years ago). Reintroduce the support of them for openbsd, only for
sparc64 arch. Some others architectures on OpenBSD could use them too.
2019-08-16 18:22:26 +02:00
..
build.rs Rollup merge of #63595 - semarie:openbsd-sparc64, r=alexcrichton 2019-08-16 18:22:26 +02:00
Cargo.toml Use libunwind from llvm-project submodule for musl targets 2019-08-15 08:45:10 -03:00
lib.rs redox: convert to target_family unix 2019-08-06 16:18:23 -06:00
libunwind.rs Handle cfg(bootstrap) throughout 2019-08-14 05:39:53 -04:00