CVSROOT: /cvs Module name: ports Changes by: [email protected] 2019/09/21 19:34:32
Added files:
lang/flang/libpgmath/patches: patch-lib_common_pgstdinit_h
Log message:
Fix libpgmath build on arm64. Upstream changed the definition of size_t on
!amd64 to be unsigned int, which doesn't fly here.
No change on amd64; this fix fixes a preprocessor branch that is only
followed on arm64.
Noticed from the latest aarch64 bulk build log.
