cross-i686-pc-linux-gnu: import upstream patch for bug 90756.
[ci skip]
This commit is contained in:
parent
dcafa880dd
commit
2924c8d964
2 changed files with 3 additions and 1 deletions
1
srcpkgs/cross-i686-pc-linux-gnu/files/bug90756.patch
Symbolic link
1
srcpkgs/cross-i686-pc-linux-gnu/files/bug90756.patch
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../gcc/patches/bug90756.patch
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue