Ping.
On 18/09/15 13:59 +0100, Jonathan Wakely wrote:
This patch adjust config.gcc so that it installs for NetBSD
5.x and 6.x, which is necessary for the C++ library because the host
has:
#if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS)
#include
#endif
#if !defined(__cplusplus) ||
This patch adjust config.gcc so that it installs for NetBSD
5.x and 6.x, which is necessary for the C++ library because the host
has:
#if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS)
#include
#endif
#if !defined(__cplusplus) || defined(__STDC_CONSTANT_MACROS)
#include
#endif
This m