This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "website" repository containing the "mingw" project. The branch, master has been updated via 6f46c98872322ccd01aff4e3a65ee099d3c32cae (commit) via 1d89880b681082c16eec5639678e38300f24a722 (commit) via 515a8fd24c1a098a8aaa9386e81d11bf1013f238 (commit) from fea64b5ac1f37c04204fde23ab23d930d33ce04f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6f46c98872322ccd01aff4e3a65ee099d3c32cae Author: Keith Marshall <keith****@users*****> Date: Fri Dec 31 19:54:28 2021 +0000 Publish GCC 'specs' customization HOWTO. * gccspecs.html: New file; adapted from original Drupal content, and in particular, on user comments relating to that content, this offers advice on customizing GCC's default behaviour, especially insofar as it affects include file and library search paths, and the option to deploy non-free Microsoft C runtime libraries, as alternatives to pseudo-free MSVCRT.DLL. commit 1d89880b681082c16eec5639678e38300f24a722 Author: Keith Marshall <keith****@users*****> Date: Fri Dec 31 19:45:39 2021 +0000 Publish MinGW linker's library search path HOWTO. * libpath.html: New file; adapted from original Drupal content, this describes the GCC/ld library search mechanism, and offers advice on installation of third party libraries, to take best advantage of this search mechanism. commit 515a8fd24c1a098a8aaa9386e81d11bf1013f238 Author: Keith Marshall <keith****@users*****> Date: Fri Dec 31 19:39:45 2021 +0000 Publish GCC include file search path HOWTO. * isystem.html: New file; adapted from original Drupal content, this describes the GCC include file search mechanism, and offers advice on installation of third party header files, to take best advantage of this search mechanism. ----------------------------------------------------------------------- Summary of changes: gccspecs.html | 1068 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ isystem.html | 542 +++++++++++++++++++++++++++++ libpath.html | 729 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 2339 insertions(+) create mode 100644 gccspecs.html create mode 100644 isystem.html create mode 100644 libpath.html hooks/post-receive -- website (mingw)