Merge pull request #225595 from trofi/gcc-no-statx-fix

gcc: drop include-fixed/bits/statx.h
This commit is contained in:
Adam Joseph 2023-04-11 17:45:49 +00:00 committed by GitHub
commit e199e42538
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -262,7 +262,7 @@ postInstall() {
fi
# Get rid of some "fixed" header files
rm -rfv $out/lib/gcc/*/*/include-fixed/{root,linux,sys/mount.h}
rm -rfv $out/lib/gcc/*/*/include-fixed/{root,linux,sys/mount.h,bits/statx.h}
# Replace hard links for i686-pc-linux-gnu-gcc etc. with symlinks.
for i in $out/bin/*-gcc*; do