cross-i686-pc-linux-gnu: import upstream patch for bug 90756.

[ci skip]
This commit is contained in:
Johannes 2019-07-11 09:40:25 +02:00 committed by Johannes
parent dcafa880dd
commit 2924c8d964
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1 @@
../../gcc/patches/bug90756.patch

View file

@ -11,7 +11,7 @@ _sysroot="/usr/${_triplet}"
pkgname=cross-${_triplet}
version=0.31
revision=1
revision=2
short_desc="GNU Cross toolchain for the ${_triplet} target (binutils/gcc/glibc)"
maintainer="Juan RP <xtraeme@voidlinux.org>"
homepage="https://www.voidlinux.org/"
@ -83,6 +83,7 @@ _gcc_bootstrap() {
_apply_patch -p0 ${FILESDIR}/fix-cxxflags-passing.patch
_apply_patch -p0 ${FILESDIR}/non-nullness.patch
_apply_patch -p0 ${FILESDIR}/no-stack_chk_fail_local.patch
_apply_patch -p0 ${FILESDIR}/bug90756.patch
msg_normal "Building cross gcc bootstrap\n"