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
semver: powerpc64(le): Rename powerpc64le files to powerpc64
CARGO_CFG_TARGET_ARCH is powerpc64 on both powerpc64 and powerpc64le.
This would cause the powerpc64le semver files to be unused. Replace the
powerpc64 files with the powerpc64le ones, they are compatible with each
other and only differ in endianess. Linux, musl and glibc share the same
code for both endian targets.
See the cargo documentation:
https://doc.rust-lang.org/reference/conditional-compilation.html#target_arch
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
0 commit comments