aboutsummaryrefslogtreecommitdiff
path: root/packages/gcc/12.4.0
Commit message (Collapse)AuthorAgeFilesLines
* Make GCC 12.4.0 compatible with MinGW >=11Oliver Old2025-02-241-0/+379
| | | | | | | | | This patch defines `WIN32_LEAN_AND_MEAN` before the `windows.h` include statements to avoid name clashes with the `abort()` member function in `IXMLDOMDocument`, which would now be pulled in via `msxml.h` without the `WIN32_LEAN_AND_MEAN` definition. Signed-off-by: Oliver Old <mail@oold.dev>
* gcc: Add GCC 12.4.0Chris Packham2024-06-2714-0/+971
https://gcc.gnu.org/pipermail/gcc-announce/2024/000182.html Add the new version dropping patches that have been applied upstream. Fixes #2175 Signed-off-by: Chris Packham <judge.packham@gmail.com>