mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
cross-i686-pc-linux-gnu: remove stack_chk_fail_local patch
[ci skip]
This commit is contained in:
parent
ab8ae13798
commit
a26e63041a
2 changed files with 2 additions and 4 deletions
|
@ -1 +0,0 @@
|
|||
../../gcc/patches/no-stack_chk_fail_local.patch
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue