5894495037
wampcc includes some code from msgpack-c, which itself includes some
code from Boost for the endianness detection. This code did not
properly handle the case of the RISC-V architecture supported by
non-glibc toolchains, causing the endianness to be unknown (and a
build failure) when building wampcc for RISC-V with the musl C
library.
This commit fixes that, by bringing a change that was upstreamed to
Boost as of commit
|
||
---|---|---|
.. | ||
0001-Add-RISC-V-endian-detection.patch | ||
Config.in | ||
wampcc.hash | ||
wampcc.mk |