summaryrefslogtreecommitdiff
path: root/src/stage4/patches/generic/binutils.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage4/patches/generic/binutils.patch')
-rw-r--r--src/stage4/patches/generic/binutils.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/stage4/patches/generic/binutils.patch b/src/stage4/patches/generic/binutils.patch
deleted file mode 100644
index 893089d..0000000
--- a/src/stage4/patches/generic/binutils.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-diff -rupN a/PKGBUILD b/PKGBUILD
---- a/PKGBUILD 2018-05-28 16:39:38.041700185 +0200
-+++ b/PKGBUILD 2018-05-28 16:44:11.358369579 +0200
-@@ -20,13 +20,15 @@ options=(staticlibs !distcc !ccache)
- source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz{,.sig}
- 0001-PR22741-objcopy-segfault-on-fuzzed-COFF-object.patch
- 0002-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch
-- 0003-PR22836-r-s-doesnt-work-with-g3-using-GCC-7.patch)
-+ 0003-PR22836-r-s-doesnt-work-with-g3-using-GCC-7.patch
-+ https://raw.githubusercontent.com/archlinux32/packages/master/core/binutils/binutils-2.30-branch.patch)
- validpgpkeys=(3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F)
- md5sums=('ffc476dd46c96f932875d1b2e27e929f'
- 'SKIP'
- '469164f3c93a0e92a697537b60c9806c'
- '0c679b37e90fb23de60a4d28329b956a'
-- '53b5682e09c0a27e9994c3efdfe01d29')
-+ '53b5682e09c0a27e9994c3efdfe01d29'
-+ 'a5ba9fc9de327b2eff071e19429c6e67')
-
- prepare() {
- mkdir -p binutils-build
-@@ -43,8 +45,7 @@ prepare() {
- # https://sourceware.org/bugzilla/show_bug.cgi?id=22829
- patch -p1 -i "$srcdir/0002-PR22829-objcopy-strip-removes-PT_GNU_RELRO-from-lld-.patch"
-
-- # https://sourceware.org/bugzilla/show_bug.cgi?id=22836
-- patch -p1 -i "$srcdir/0003-PR22836-r-s-doesnt-work-with-g3-using-GCC-7.patch"
-+ patch -p1 -i "$srcdir/binutils-2.30-branch.patch"
- }
-
- build() {