toolchain: gcc: backport patches to fix build with glibc 2.36
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 6 Aug 2022 22:36:17 +0000 (00:36 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 21 Dec 2022 10:35:32 +0000 (11:35 +0100)
commita9b2b4ddc47eccd923ca2cd6c491e0ce14aeb26b
tree2657b83adb653c1ba6be6339eba8197cd470e333
parent9ed1830bdc1e58efb3e5b17c0e484e1a2655b550
toolchain: gcc: backport patches to fix build with glibc 2.36

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/patches-11.x/400-libsanitizer-cherry-pick-9cf13067cb5088626ba7-from-u.patch [new file with mode: 0644]