cross-i686-pc-linux-gnu: remove stack_chk_fail_local patch

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-06-06 16:26:52 +02:00 committed by q66
parent ab8ae13798
commit a26e63041a
2 changed files with 2 additions and 4 deletions

View file

@ -1 +0,0 @@
../../gcc/patches/no-stack_chk_fail_local.patch

View file

@ -11,9 +11,9 @@ _sysroot="/usr/${_triplet}"
pkgname=cross-${_triplet}
version=0.33
revision=2
revision=3
short_desc="GNU Cross toolchain for the ${_triplet} target (binutils/gcc/glibc)"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
homepage="https://www.voidlinux.org/"
license="GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
distfiles="
@ -88,7 +88,6 @@ _gcc_bootstrap() {
cd ${wrksrc}/gcc-${_gcc_version}
_apply_patch -p0 ${FILESDIR}/fix-cxxflags-passing.patch
_apply_patch -p0 ${FILESDIR}/no-stack_chk_fail_local.patch
msg_normal "Building cross gcc bootstrap\n"