Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | toolchain: gcc: backport patches to fix build with glibc 2.36 | Hauke Mehrtens | 2022-12-21 |
| | | | | | | | | | | | glibc 2.36 changed the definition of enum fsconfig_command, it now collides with the same definition from sys/mount.h. Remove the include of linux/fs.h This still compiled with musl too. This backports a patch which is already in the stable branch of GCC 11 and GCC 12. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> | ||
* | toolchain: gcc: improve patch handling by introducing major version | Nick Hainke | 2022-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> |