Re: [PATCH] Use stdint-wrap.h on *-*-netbsd[56]*

2015-09-29 Thread Jonathan Wakely
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) ||

[PATCH] Use stdint-wrap.h on *-*-netbsd[56]*

2015-09-18 Thread Jonathan Wakely
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