Skip to content

Commit

Permalink
gcc: remove wrong include-fixed/bits/statx.h header
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnnynator committed Nov 18, 2020
1 parent f0e93ce commit 6e0eacc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion srcpkgs/gcc/template
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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*
Expand Down

0 comments on commit 6e0eacc

Please sign in to comment.