gcc: remove wrong include-fixed/bits/statx.h header

This commit is contained in:
John 2020-11-18 11:21:42 +01:00 committed by John Zimmermann
parent f0e93ce1bb
commit 6e0eacce05

View File

@ -8,7 +8,7 @@ _isl_version=0.21
pkgname=gcc
version=${_minorver}.0
revision=7
revision=8
short_desc="GNU Compiler Collection"
maintainer="Enno Boland <gottox@voidlinux.org>"
homepage="http://gcc.gnu.org"
@ -366,6 +366,10 @@ do_install() {
rm -f ${DESTDIR}/usr/lib64
fi
# Remove "fixed" header
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085
rm -vf ${DESTDIR}/usr/lib/gcc/${_triplet}/${_minorver}/include-fixed/bits/statx.h
# Remove libffi stuff.
rm -f ${DESTDIR}/usr/lib/libffi*
rm -f ${DESTDIR}/usr/share/man/man3/ffi*