aboutsummaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches-12.x/230-musl_libssp.patch
Commit message (Collapse)AuthorAge
* toolchain: gcc: update to 12.3.0Nick Hainke2023-05-12
| | | | | | | | | | | | | Release notes: https://gcc.gnu.org/gcc-12/changes.html Refresh patches: - 230-musl_libssp.patch - 910-mbsd_multi.patch - 920-specs_nonfatal_getenv.patch - 970-macos_arm64-building-fix.patch Signed-off-by: Nick Hainke <vincent@systemli.org>
* toolchain: gcc: improve patch handling by introducing major versionNick Hainke2022-09-11
Every minor version bump of a major version will result in a huge patch diff because of the moving of all the patches from version e.g. 11.2.0 to 11.3.0. This commit only use the major version for the patch folders to differentiate between the different gcc versions. This will significantly improve the reviewing of the smaller version bump patches and help to see what really changed in a minor version bump. Signed-off-by: Nick Hainke <vincent@systemli.org>