diff --git a/srcpkgs/cross-i686-pc-linux-gnu/files/no-stack_chk_fail_local.patch b/srcpkgs/cross-i686-pc-linux-gnu/files/no-stack_chk_fail_local.patch deleted file mode 120000 index 730486bacb5..00000000000 --- a/srcpkgs/cross-i686-pc-linux-gnu/files/no-stack_chk_fail_local.patch +++ /dev/null @@ -1 +0,0 @@ -../../gcc/patches/no-stack_chk_fail_local.patch \ No newline at end of file diff --git a/srcpkgs/cross-i686-pc-linux-gnu/template b/srcpkgs/cross-i686-pc-linux-gnu/template index 13ef9c43c0d..21404dcb58f 100644 --- a/srcpkgs/cross-i686-pc-linux-gnu/template +++ b/srcpkgs/cross-i686-pc-linux-gnu/template @@ -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 " +maintainer="Jürgen Buchmüller " 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"