You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix tests, linkers, and specifications for various targets.
This PR:
- Fixes linking to libgcc for `armv5te-unknown-linux-musleabi`.
- Adds C++ support for FreeBSD targets by linking to `libstdc++`.
- Tests dynamic library support for Android targets in CI.
- Tests C++ support for `mips64el-unknown-linux-muslabi64` in CI.
- Convert mips64el-unknown-linux-muslabi64 to a hard-float toolchain to match the rust target.
- Convert mips64el-unknown-linux-muslabi64 to use the mips64r2 architecture.
- Convert mips-unknown-linux-musl and mipsel-unknown-linux-musl to use the mips32r2 architecture, identical to the rust targets.
- Document whether MIPS musl targets are hard or soft float.
0 commit comments