From 1bc253b6eb59b67ec09597f2d1475c058c0f9890 Mon Sep 17 00:00:00 2001 From: git-bruh Date: Sun, 6 Mar 2022 18:03:31 +0530 Subject: [PATCH] binutils: remove patch --- core/binutils/build | 7 ------- core/binutils/checksums | 1 - core/binutils/patches/fix-empty-man.patch | 12 ------------ core/binutils/sources | 1 - 4 files changed, 21 deletions(-) delete mode 100644 core/binutils/patches/fix-empty-man.patch diff --git a/core/binutils/build b/core/binutils/build index 34ccab14..ae00919d 100755 --- a/core/binutils/build +++ b/core/binutils/build @@ -1,12 +1,5 @@ #!/bin/sh -e -# Latest binutils tarball has falsely generated (empty) manual pages. -# Generating them requires perl. Temporary fix until next release. -! kiss l perl || { - patch -p1 < fix-empty-man.patch - rm -f binutils/doc/*.1 ld/ld.1 gas/doc/as.1 gprof/gprof.1 -} - cat > makeinfo <