CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/07/31 07:40:15
Modified files:
net/poco/patches: patch-Foundation_include_Poco_Platform_h
Log message:
Add riscv64 support.
Pointless #ifdef maze that ends up on an error if the architecture is
not known:
- POCO_ARCH is only used to get a string representation of the current
architecture (not all known archs benefit from this anyway). On POSIX
systems uname(3) can be used for this.
- POCO_ARCH_LITTLE_ENDIAN/BIG_ENDIAN could be discovered using <endian.h>
or a runtime test.
Upstream commit:
https://github.com/pocoproject/poco/commit/26fa1b9e6bbe3a5d2d559d0e8bd5772a4e8fdfef