2016-03-14 21:16:08 by Mark Davies | Files touched by this commit (2) |
Log message: Add support for "-isystem dir", transform in the same way as \ "-Idir" |
2016-01-10 20:13:06 by Benny Siegert | Files touched by this commit (2) |
Log message: Fix wrong character count in strncmp. From Kamil Rytarowski in PR pkg/49761. |
2015-07-07 17:00:25 by Jonathan Perkin | Files touched by this commit (2) |
Log message: cwrappers-20150707: handle .dylib extension and Darwin linker flags. |
2015-04-29 16:23:58 by Jonathan Perkin | Files touched by this commit (1) |
Log message: Remove USE_CWRAPPERS setting, now handled by _USE_CWRAPPERS logic. |
2015-04-28 15:26:37 by Tobias Nygren | Files touched by this commit (1) |
Log message: Add note about transform rules for HP-UX and Tru64 linkers. |
2015-04-27 11:51:24 by Jonathan Perkin | Files touched by this commit (1) |
Log message: Ensure we don't try to rebuild the generated transform-gcc.c, it requires NetBSD-specific build tools. |
2015-04-19 16:30:07 by Jonathan Perkin | Files touched by this commit (9) |
Log message: Portability fix, use err.h from libnbcompat. |
2015-04-19 15:30:35 by Tobias Nygren | Files touched by this commit (6) |
Log message: Trust libnbcompat to know if we need a getline(3) replacement or not. Avoids us having to encode a list of all such platforms here. |
2015-03-18 16:05:36 by Jonathan Perkin | Files touched by this commit (2) |
Log message: cwrappers-20150318: Don't ferror() after fclose(). Fixes libtool cwrapper on Linux, ok joerg@ |
2015-03-18 16:01:21 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: -mt should be discarded, not ignored. |