[PATCH] mingw-w64: avoid undefining _REENTRANT

2023-09-30 Thread Stephen Kitt
pthread, and %{pthread:-D_REENTRANT} %{!no-pthread: } for non-default pthread. gcc/ChangeLog: * config/i386/mingw-w64.h (CPP_SPEC): Never undefine _REENTRANT, only define it when appropriate. Signed-off-by: Stephen Kitt --- gcc/config/i386/mingw-w64.h | 2 +- 1 file

libatomic still broken with --disable-dependency-tracking

2016-11-27 Thread Stephen Kitt
Hi, I stumbled across an issue recently building gcc and libatomic with --disable-dependency-tracking (in a cross-compiler). It turns out there's an open bug with a patch by Richard Purdie for that at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55930 and the patch appears to work fine, on gcc

Trivial spelling fixes (informations)

2011-09-20 Thread Stephen Kitt
Hi, The Lintian tool used in Debian includes a number of checks for spelling mistakes. It currently complains about informations which appears in graphite output as well as code comments. The attached patches fix the code (output) and the comments, separately. I believe they're trivial enough